Charcoal
#23282E
BlueColor Codes
All color formats for development
HEX
#23282ERGB
rgb(35, 40, 46)HSL
hsl(213, 14%, 16%)OKLCH
oklch(0.274 0.013 253)CMYK
cmyk(24%, 13%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20242A
2#1C2025
3#191C21
4#15181C
5#121417
6#0E1013
7#0B0C0E
8#070809
9#040405
Tints
Lighter variations
1#363D47
2#48525F
3#5A6878
4#6D7D90
5#8592A3
6#9DA8B5
7#B6BEC8
8#CED4DA
9#E7E9ED
Tones
Muted variations
1#24282E
2#24282D
3#25282D
4#25282C
5#26292C
6#27292B
7#27292B
8#28292A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 99A5 #99A5B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8B #7C8B9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606F #606F80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D58 #4D5866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEDF0;
--charcoal-200: #D9DDE2;
--charcoal-300: #BCC4CD;
--charcoal-400: #99A5B2;
--charcoal-500: #7C8B9C;
--charcoal-600: #606F80;
--charcoal-700: #4D5866;
--charcoal-800: #373F49;
--charcoal-900: #23282F;
--charcoal-950: #16191D;
}