Charcoal
#295057
CyanColor Codes
All color formats for development
HEX
#295057RGB
rgb(41, 80, 87)HSL
hsl(189, 36%, 25%)OKLCH
oklch(0.406 0.046 210.4)CMYK
cmyk(53%, 8%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25484E
2#214045
3#1D383D
4#183034
5#14282B
6#102023
7#0C181A
8#081011
9#040809
Tints
Lighter variations
1#356871
2#41808B
3#4E98A5
4#63A9B6
5#7DB7C2
6#97C6CE
7#B1D4DA
8#CBE2E7
9#E5F1F3
Tones
Muted variations
1#2B4E54
2#2D4D52
3#304B50
4#32494E
5#34484B
6#374649
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 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD3 #AFD3D9 | BordersInactive statesPlaceholder text |
| 400 | 86BC #86BCC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A9 #63A9B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488C #488C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3970 #397079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2950 #295057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3337 | 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: #D2E6EA;
--charcoal-300: #AFD3D9;
--charcoal-400: #86BCC6;
--charcoal-500: #63A9B6;
--charcoal-600: #488C99;
--charcoal-700: #397079;
--charcoal-800: #295057;
--charcoal-900: #1A3337;
--charcoal-950: #102023;
}