Charcoal
#285157
CyanColor Codes
All color formats for development
HEX
#285157RGB
rgb(40, 81, 87)HSL
hsl(188, 37%, 25%)OKLCH
oklch(0.408 0.047 207.8)CMYK
cmyk(54%, 7%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24494F
2#204146
3#1C393D
4#183134
5#14292C
6#102023
7#0C181A
8#081011
9#040809
Tints
Lighter variations
1#346972
2#40828C
3#4C9AA6
4#62ABB7
5#7CB9C3
6#96C7CF
7#B0D5DB
8#CBE3E7
9#E5F1F3
Tones
Muted variations
1#2B4F55
2#2D4E53
3#2F4C50
4#324A4E
5#34484C
6#364749
7#394547
8#3B4344
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD4 #AFD4DA | BordersInactive statesPlaceholder text |
| 400 | 85BE #85BEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AB #62ABB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478F #478F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3871 #38717A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2851 #285157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3438 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F2F4;
--charcoal-200: #D2E7EA;
--charcoal-300: #AFD4DA;
--charcoal-400: #85BEC7;
--charcoal-500: #62ABB7;
--charcoal-600: #478F9A;
--charcoal-700: #38717A;
--charcoal-800: #285157;
--charcoal-900: #1A3438;
--charcoal-950: #102023;
}