Charcoal
#223030
CyanColor Codes
All color formats for development
HEX
#223030RGB
rgb(34, 48, 48)HSL
hsl(180, 17%, 16%)OKLCH
oklch(0.297 0.019 196.2)CMYK
cmyk(29%, 0%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2B2B
2#1B2626
3#182121
4#141D1D
5#111818
6#0E1313
7#0A0E0E
8#070A0A
9#030505
Tints
Lighter variations
1#344949
2#456262
3#577B7B
4#699494
5#82A6A6
6#9BB8B8
7#B4CACA
8#CDDBDB
9#E6EDED
Tones
Muted variations
1#232F2F
2#232E2E
3#242E2E
4#252D2D
5#252C2C
6#262C2C
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 | D8E3 #D8E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACE #BACECE | BordersInactive statesPlaceholder text |
| 400 | 97B5 #97B5B5 | Disabled statesSecondary iconsMuted text |
| 500 | 79A0 #79A0A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D83 #5D8383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A68 #4A6868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 354B #354B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2230 #223030 | 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: #D8E3E3;
--charcoal-300: #BACECE;
--charcoal-400: #97B5B5;
--charcoal-500: #79A0A0;
--charcoal-600: #5D8383;
--charcoal-700: #4A6868;
--charcoal-800: #354B4B;
--charcoal-900: #223030;
--charcoal-950: #151E1E;
}