Charcoal
#222F2F
CyanColor Codes
All color formats for development
HEX
#222F2FRGB
rgb(34, 47, 47)HSL
hsl(180, 16%, 16%)OKLCH
oklch(0.293 0.018 196.2)CMYK
cmyk(28%, 0%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2B2B
2#1B2626
3#182121
4#151C1C
5#111818
6#0E1313
7#0A0E0E
8#070909
9#030505
Tints
Lighter variations
1#344848
2#466161
3#587A7A
4#6A9393
5#83A5A5
6#9CB7B7
7#B4C9C9
8#CDDBDB
9#E6EDED
Tones
Muted variations
1#232F2F
2#242E2E
3#242D2D
4#252D2D
5#262C2C
6#262B2B
7#272B2B
8#272A2A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCE #BBCECE | BordersInactive statesPlaceholder text |
| 400 | 97B4 #97B4B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9F #7A9F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E82 #5E8282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B68 #4B6868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 364A #364A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222F #222F2F | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #EAF0F0;
--charcoal-200: #D9E3E3;
--charcoal-300: #BBCECE;
--charcoal-400: #97B4B4;
--charcoal-500: #7A9F9F;
--charcoal-600: #5E8282;
--charcoal-700: #4B6868;
--charcoal-800: #364A4A;
--charcoal-900: #222F2F;
--charcoal-950: #151E1E;
}