Charcoal
#23282F
BlueColor Codes
All color formats for development
HEX
#23282FRGB
rgb(35, 40, 47)HSL
hsl(215, 15%, 16%)OKLCH
oklch(0.275 0.015 256.8)CMYK
cmyk(26%, 15%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F242A
2#1C2026
3#181C21
4#15181C
5#111417
6#0E1013
7#0A0C0E
8#070809
9#030405
Tints
Lighter variations
1#353D48
2#475260
3#596679
4#6C7B91
5#8491A4
6#9CA7B6
7#B5BDC8
8#CED3DB
9#E6E9ED
Tones
Muted variations
1#23282E
2#24282E
3#25282D
4#25282C
5#26282C
6#26282B
7#27282B
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 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC3 #BCC3CD | BordersInactive statesPlaceholder text |
| 400 | 98A4 #98A4B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B89 #7B899D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6D #5F6D81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C57 #4C5767 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363E #363E49 | 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: #EAEDF0;
--charcoal-200: #D9DDE3;
--charcoal-300: #BCC3CD;
--charcoal-400: #98A4B3;
--charcoal-500: #7B899D;
--charcoal-600: #5F6D81;
--charcoal-700: #4C5767;
--charcoal-800: #363E49;
--charcoal-900: #23282F;
--charcoal-950: #16191D;
}