Charcoal
#232C2E
CyanColor Codes
All color formats for development
HEX
#232C2ERGB
rgb(35, 44, 46)HSL
hsl(191, 14%, 16%)OKLCH
oklch(0.285 0.013 212.7)CMYK
cmyk(24%, 4%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20282A
2#1C2425
3#191F21
4#151B1C
5#121617
6#0E1213
7#0B0D0E
8#070909
9#040405
Tints
Lighter variations
1#364447
2#485B5F
3#5A7278
4#6D8A90
5#859DA3
6#9DB1B5
7#B6C4C8
8#CED8DA
9#E7EBED
Tones
Muted variations
1#242C2E
2#242C2D
3#252B2D
4#252B2C
5#262B2C
6#272A2B
7#272A2B
8#282A2A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCA #BCCACD | BordersInactive statesPlaceholder text |
| 400 | 99AE #99AEB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C96 #7C969C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607A #607A80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D61 #4D6166 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFF0;
--charcoal-200: #D9E1E2;
--charcoal-300: #BCCACD;
--charcoal-400: #99AEB2;
--charcoal-500: #7C969C;
--charcoal-600: #607A80;
--charcoal-700: #4D6166;
--charcoal-800: #374549;
--charcoal-900: #232C2F;
--charcoal-950: #161C1D;
}