Alpine Trail Color Hex Code

#515a52

What is Alpine Trail Color Hex Code Color?

Alpine Trail Color Hex Code is a dark, desaturated, muted green color with the hex code #515a52. Its RGB value is rgb(81, 90, 82), meaning it contains 81 red, 90 green, and 82 blue light values. In the HSL color model, it has a hue of 127°, saturation of 5%, and lightness of 34%.

Alpine Trail Color Hex Code Color Codes

Here are all the color format codes for Alpine Trail Color Hex Code:

  • HEX: #515a52
  • RGB: rgb(81, 90, 82)
  • HSL: hsl(127°, 5%, 34%)
  • CMYK: cmyk(10%, 0%, 9%, 65%)
  • Android/Flutter: Color(0xFF515A52)
  • Swift UIColor: UIColor(red: 0.318, green: 0.353, blue: 0.322, alpha: 1.0)

Is Alpine Trail Color Hex Code Accessible?

Alpine Trail Color Hex Code (#515a52) passes WCAG AA accessibility standards. It has a contrast ratio of 7.16:1 against white and 2.93:1 against black text. White text on this color passes WCAG AA for normal body text. It also meets WCAG AAA — the highest accessibility level.

How to Use Alpine Trail Color Hex Code in Design

Alpine Trail Color Hex Code is a dark green tone that works well as a primary brand color, button color, or dark background in modern UI designs. Use lighter tints of this color to create depth and hierarchy in your layouts. In CSS, you can use it directly as color: #515a52; or background-color: #515a52;.

Alpine Trail Color Hex Code Shades and Tints

Shades of Alpine Trail Color Hex Code are created by mixing it with black, ranging from the original #515a52 down to near-black #485049. Tints are made by adding white — from the base color up to near-white #ebedec. These variations help build complete design system palettes and Tailwind CSS color scales.

Alpine Trail Color Hex Code Color Harmonies

The complementary color of Alpine Trail Color Hex Code is #5b525a. Its analogous colors are #525b58 and #565b52. For a triadic palette, combine it with #53525b and #5b5352.

Frequently Asked Questions

What is the hex code for Alpine Trail Color Hex Code?

The hex code for Alpine Trail Color Hex Code is #515a52.

What is the RGB value of Alpine Trail Color Hex Code?

The RGB value is rgb(81, 90, 82). Red channel: 81/255, Green: 90/255, Blue: 82/255.

Is Alpine Trail Color Hex Code good for web accessibility?

Alpine Trail Color Hex Code has a contrast ratio of 7.16:1 with white and 2.93:1 with black. It passes WCAG AA standards for normal text.

What colors go well with Alpine Trail Color Hex Code?

Alpine Trail Color Hex Code pairs well with its complementary color #5b525a, analogous colors #525b58 and #565b52, or neutral whites and grays for a clean, modern look.

How do I use Alpine Trail Color Hex Code in CSS?

Use it in CSS like this:
background-color: #515a52;
color: #515a52;
Or as a CSS variable: --color-primary: #515a52;

HEX
#515a52
RGB
rgb(81, 90, 82)
HSL
hsl(127°, 5%, 34%)
CMYK
cmyk(10%, 0%, 9%, 65%)
RGBA
rgba(81, 90, 82, 1)
HSLA
hsla(127, 5%, 34%, 1)
Android / Flutter
Color(0xFF515A52)
Swift / UIColor
UIColor(r:0.32 g:0.35 b:0.32)
Hex 0x
0x515A52
White text
7.16:1
AAAAA Large
Black text
2.93:1
FailFail Large

WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.

Contrast with white7.16:1
Contrast with black2.93:1
Sample text 21:1
+
=
50%
CSS Variables
/* Alpine Trail Color Hex Code */
--color-primary: #515a52;
--color-primary-rgb: 81, 90, 82;
--color-primary-hsl: 127 5% 34%;
--color-primary-text: #ffffff;
Tailwind Config
// tailwind.config.js
colors: {
  'alpine-trail-color-hex-code': {
    DEFAULT: '#515a52',
    100: '#ffffff',
    200: '#ebedec',
    300: '#d8dbd8',
    400: '#c4cac5',
    500: '#b0b8b1',
    600: '#485049',
    700: '#3f4640',
    800: '#363c37',
    900: '#2d322e',
    950: '#242824',
  }
}
SCSS Map
$alpine-trail-color-hex-code: (
  'base': #515a52,
  'light': #d8dbd8,
  'dark': #3f4640,
  'rgb': 81, 90, 82
);
Badge Outline Badge
AB
Alpine Trail Color Hex Code
#515a52

A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.

Heading H1

Heading H2

Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Caption text or muted secondary copy. Used for descriptions and supplemental information.


Highlighted blockquote text using this color as an accent.

How this color appears to people with different types of color vision deficiency.

Normal — #515a52
Deuteranopia — #545452
Protanopia — #555552
Tritanopia — #515a55
Achromatopsia — #565656

Alpine Trail Color Hex Code Color Palettes

#1f2320
#1e241e
#3c443d
#495b4c
#596e5c
#253c28
#4e6a52
#4a7854
#609063
#73b07f
#474747
#525252
#707070
#858585
#999999
#616563
#636967
#848b88
#8ba29a
#a3b2ac
#5e6c56
#6d7e67
#848881
#8f8f8f
#b2b4b1
#407749
#45824f
#5eba71
#66b278
#9dcda6
#525252
#6b6b6b
#8c8c8c
#969696
#a8a8a8
#202d26
#2e4235
#4c6758
#5b8f6a
#72ac82
#2e462a
#343f31
#597255
#568052
#739272

Alpine Trail Color Hex Code Shades

#515a52
#485049
#3f4640
#363c37
#2d322e
#242824
#1b1e1b
#121412
#090a09
#000000

Alpine Trail Color Hex Code Tints

#525b53
#646f65
#768277
#89948a
#9da69e
#b0b8b1
#c4cac5
#d8dbd8
#ebedec
#ffffff

Alpine Trail Color Hex Code Tones

#525b53
#535b54
#535a54
#545a54
#545955
#555955
#555856
#565856
#565756
#575757

Alpine Trail Color Hex Code Gradients

Light fade linear-gradient(135deg, #515a52, #ebedec)...
Dark fade linear-gradient(135deg, #515a52, #485049)...
Complementary linear-gradient(135deg, #515a52, #5b525a)...
Triadic linear-gradient(135deg, #515a52, #53525b, #5b5352) ...
Saturation burst linear-gradient(135deg, #456849, #00ad14) ...

Alpine Trail Color Hex Code Related Colors

Copied!