Charcoal
#222E2F
CyanColor Codes
All color formats for development
HEX
#222E2FRGB
rgb(34, 46, 47)HSL
hsl(185, 16%, 16%)OKLCH
oklch(0.291 0.016 202.6)CMYK
cmyk(28%, 2%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2A2B
2#1B2526
3#182021
4#151C1C
5#111718
6#0E1213
7#0A0E0E
8#070909
9#030505
Tints
Lighter variations
1#344748
2#465F61
3#58777A
4#6A8F93
5#83A2A5
6#9CB5B7
7#B4C7C9
8#CDDADB
9#E6ECED
Tones
Muted variations
1#232E2F
2#242D2E
3#242D2D
4#252C2D
5#262C2C
6#262B2B
7#272A2B
8#272A2A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCC #BBCCCE | BordersInactive statesPlaceholder text |
| 400 | 97B2 #97B2B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9C #7A9C9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7F #5E7F82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B65 #4B6568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3648 #36484A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222E #222E2F | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAF0F0;
--charcoal-200: #D9E2E3;
--charcoal-300: #BBCCCE;
--charcoal-400: #97B2B4;
--charcoal-500: #7A9C9F;
--charcoal-600: #5E7F82;
--charcoal-700: #4B6568;
--charcoal-800: #36484A;
--charcoal-900: #222E2F;
--charcoal-950: #151D1E;
}