Charcoal
#23292F
BlueColor Codes
All color formats for development
HEX
#23292FRGB
rgb(35, 41, 47)HSL
hsl(210, 15%, 16%)OKLCH
oklch(0.278 0.014 248.3)CMYK
cmyk(26%, 13%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F252A
2#1C2126
3#181D21
4#15181C
5#111417
6#0E1013
7#0A0C0E
8#070809
9#030405
Tints
Lighter variations
1#353E48
2#475460
3#596979
4#6C7E91
5#8494A4
6#9CA9B6
7#B5BFC8
8#CED4DB
9#E6EAED
Tones
Muted variations
1#23292E
2#24292E
3#25292D
4#25292C
5#26292C
6#26292B
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 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 98A6 #98A6B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8C #7B8C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F70 #5F7081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C59 #4C5967 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3640 #364049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | 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: #F6F7F8;
--charcoal-100: #EAEDF0;
--charcoal-200: #D9DEE3;
--charcoal-300: #BCC4CD;
--charcoal-400: #98A6B3;
--charcoal-500: #7B8C9D;
--charcoal-600: #5F7081;
--charcoal-700: #4C5967;
--charcoal-800: #364049;
--charcoal-900: #23292F;
--charcoal-950: #161A1D;
}