Charcoal
#23252E
BlueColor Codes
All color formats for development
HEX
#23252ERGB
rgb(35, 37, 46)HSL
hsl(229, 14%, 16%)OKLCH
oklch(0.266 0.017 275.3)CMYK
cmyk(24%, 20%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20212A
2#1C1E25
3#191A21
4#15161C
5#121317
6#0E0F13
7#0B0B0E
8#070709
9#040405
Tints
Lighter variations
1#363947
2#484C5F
3#5A6078
4#6D7390
5#858AA3
6#9DA2B5
7#B6B9C8
8#CED0DA
9#E7E8ED
Tones
Muted variations
1#24262E
2#24262D
3#25262D
4#25272C
5#26272C
6#27272B
7#27282B
8#28282A
9#282829
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 999E #999EB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C82 #7C829C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6066 #606680 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D51 #4D5166 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373A #373A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBECF0;
--charcoal-200: #D9DBE2;
--charcoal-300: #BCBFCD;
--charcoal-400: #999EB2;
--charcoal-500: #7C829C;
--charcoal-600: #606680;
--charcoal-700: #4D5166;
--charcoal-800: #373A49;
--charcoal-900: #23252F;
--charcoal-950: #16171D;
}