Charcoal
#23272E
BlueColor Codes
All color formats for development
HEX
#23272ERGB
rgb(35, 39, 46)HSL
hsl(218, 14%, 16%)OKLCH
oklch(0.272 0.014 261.7)CMYK
cmyk(24%, 15%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20232A
2#1C1F25
3#191B21
4#15181C
5#121417
6#0E1013
7#0B0C0E
8#070809
9#040405
Tints
Lighter variations
1#363C47
2#48515F
3#5A6578
4#6D7A90
5#8590A3
6#9DA6B5
7#B6BCC8
8#CED3DA
9#E7E9ED
Tones
Muted variations
1#24272E
2#24282D
3#25282D
4#25282C
5#26282C
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 | D9DD #D9DDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 99A2 #99A2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C88 #7C889C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606C #606C80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D56 #4D5666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373D #373D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | 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: #EBECF0;
--charcoal-200: #D9DDE2;
--charcoal-300: #BCC2CD;
--charcoal-400: #99A2B2;
--charcoal-500: #7C889C;
--charcoal-600: #606C80;
--charcoal-700: #4D5666;
--charcoal-800: #373D49;
--charcoal-900: #23272F;
--charcoal-950: #16191D;
}