Charcoal
#232A2E
BlueColor Codes
All color formats for development
HEX
#232A2ERGB
rgb(35, 42, 46)HSL
hsl(202, 14%, 16%)OKLCH
oklch(0.28 0.012 232.9)CMYK
cmyk(24%, 9%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20262A
2#1C2225
3#191E21
4#15191C
5#121517
6#0E1113
7#0B0D0E
8#070809
9#040405
Tints
Lighter variations
1#364147
2#48575F
3#5A6D78
4#6D8390
5#8598A3
6#9DADB5
7#B6C1C8
8#CED6DA
9#E7EAED
Tones
Muted variations
1#242A2E
2#242A2D
3#252A2D
4#252A2C
5#262A2C
6#27292B
7#27292B
8#28292A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 99A9 #99A9B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C91 #7C919C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6074 #607480 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5D #4D5D66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEEF0;
--charcoal-200: #D9DFE2;
--charcoal-300: #BCC7CD;
--charcoal-400: #99A9B2;
--charcoal-500: #7C919C;
--charcoal-600: #607480;
--charcoal-700: #4D5D66;
--charcoal-800: #374249;
--charcoal-900: #232A2F;
--charcoal-950: #161A1D;
}