Charcoal
#22272F
BlueColor Codes
All color formats for development
HEX
#22272FRGB
rgb(34, 39, 47)HSL
hsl(217, 16%, 16%)OKLCH
oklch(0.271 0.017 259.8)CMYK
cmyk(28%, 17%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F232B
2#1B1F26
3#181B21
4#15181C
5#111418
6#0E1013
7#0A0C0E
8#070809
9#030405
Tints
Lighter variations
1#343C48
2#465161
3#58657A
4#6A7A93
5#8390A5
6#9CA6B7
7#B4BCC9
8#CDD3DB
9#E6E9ED
Tones
Muted variations
1#23272F
2#24282E
3#24282D
4#25282D
5#26282C
6#26282B
7#27282B
8#27282A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC2 #BBC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A2 #97A2B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A88 #7A889F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6C #5E6C82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B56 #4B5668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #22272F | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D9DDE3;
--charcoal-300: #BBC2CE;
--charcoal-400: #97A2B4;
--charcoal-500: #7A889F;
--charcoal-600: #5E6C82;
--charcoal-700: #4B5668;
--charcoal-800: #363D4A;
--charcoal-900: #22272F;
--charcoal-950: #15191E;
}