Alpine Trail Color Hex Code
#515a52What 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;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #515a52;
--color-primary-rgb: 81, 90, 82;
--color-primary-hsl: 127 5% 34%;
--color-primary-text: #ffffff;
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',
}
}
'base': #515a52,
'light': #d8dbd8,
'dark': #3f4640,
'rgb': 81, 90, 82
);
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.