Charcoal
#285257
CyanColor Codes
All color formats for development
HEX
#285257RGB
rgb(40, 82, 87)HSL
hsl(186, 37%, 25%)OKLCH
oklch(0.411 0.048 205.6)CMYK
cmyk(54%, 6%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#244A4F
2#204246
3#1C3A3D
4#183234
5#14292C
6#102123
7#0C191A
8#081111
9#040809
Tints
Lighter variations
1#346B72
2#40848C
3#4C9DA6
4#62AEB7
5#7CBCC3
6#96C9CF
7#B0D7DB
8#CBE4E7
9#E5F2F3
Tones
Muted variations
1#2B5155
2#2D4F53
3#2F4D50
4#324B4E
5#34494C
6#364749
7#394547
8#3B4444
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD6 #AFD6DA | BordersInactive statesPlaceholder text |
| 400 | 85C0 #85C0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AE #62AEB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4791 #47919A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3874 #38747A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2853 #285357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3538 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F2F4;
--charcoal-200: #D2E8EA;
--charcoal-300: #AFD6DA;
--charcoal-400: #85C0C7;
--charcoal-500: #62AEB7;
--charcoal-600: #47919A;
--charcoal-700: #38747A;
--charcoal-800: #285357;
--charcoal-900: #1A3538;
--charcoal-950: #102123;
}