Charcoal
#23232E
BlueColor Codes
All color formats for development
HEX
#23232ERGB
rgb(35, 35, 46)HSL
hsl(240, 14%, 16%)OKLCH
oklch(0.261 0.02 284.9)CMYK
cmyk(24%, 24%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20202A
2#1C1C25
3#191921
4#15151C
5#121217
6#0E0E13
7#0B0B0E
8#070709
9#040405
Tints
Lighter variations
1#363647
2#48485F
3#5A5A78
4#6D6D90
5#8585A3
6#9D9DB5
7#B6B6C8
8#CECEDA
9#E7E7ED
Tones
Muted variations
1#24242E
2#24242D
3#25252D
4#25252C
5#26262C
6#27272B
7#27272B
8#28282A
9#282829
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9999 #9999B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C7C #7C7C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6060 #606080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D4D #4D4D66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3737 #373749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F8;
--charcoal-100: #EBEBF0;
--charcoal-200: #D9D9E2;
--charcoal-300: #BCBCCD;
--charcoal-400: #9999B2;
--charcoal-500: #7C7C9C;
--charcoal-600: #606080;
--charcoal-700: #4D4D66;
--charcoal-800: #373749;
--charcoal-900: #23232F;
--charcoal-950: #16161D;
}