Charcoal
#23262E
BlueColor Codes
All color formats for development
HEX
#23262ERGB
rgb(35, 38, 46)HSL
hsl(224, 14%, 16%)OKLCH
oklch(0.269 0.016 269.1)CMYK
cmyk(24%, 17%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20222A
2#1C1F25
3#191B21
4#15171C
5#121317
6#0E0F13
7#0B0B0E
8#070809
9#040405
Tints
Lighter variations
1#363A47
2#484E5F
3#5A6278
4#6D7690
5#858DA3
6#9DA4B5
7#B6BBC8
8#CED1DA
9#E7E8ED
Tones
Muted variations
1#24262E
2#24272D
3#25272D
4#25272C
5#26272C
6#27282B
7#27282B
8#28282A
9#282929
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 | D9DC #D9DCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 99A0 #99A0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C85 #7C859C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6069 #606980 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D53 #4D5366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBECF0;
--charcoal-200: #D9DCE2;
--charcoal-300: #BCC1CD;
--charcoal-400: #99A0B2;
--charcoal-500: #7C859C;
--charcoal-600: #606980;
--charcoal-700: #4D5366;
--charcoal-800: #373C49;
--charcoal-900: #23262F;
--charcoal-950: #16181D;
}