Charcoal
#222230
BlueColor Codes
All color formats for development
HEX
#222230RGB
rgb(34, 34, 48)HSL
hsl(240, 17%, 16%)OKLCH
oklch(0.258 0.026 284.4)CMYK
cmyk(29%, 29%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E1E2B
2#1B1B26
3#181821
4#14141D
5#111118
6#0E0E13
7#0A0A0E
8#07070A
9#030305
Tints
Lighter variations
1#343449
2#454562
3#57577B
4#696994
5#8282A6
6#9B9BB8
7#B4B4CA
8#CDCDDB
9#E6E6ED
Tones
Muted variations
1#23232F
2#23232E
3#24242E
4#25252D
5#25252C
6#26262C
7#27272B
8#27272A
9#282829
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7979 #7979A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D5D #5D5D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4A #4A4A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3535 #35354B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #222230 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF0;
--charcoal-200: #D8D8E3;
--charcoal-300: #BABACE;
--charcoal-400: #9797B5;
--charcoal-500: #7979A0;
--charcoal-600: #5D5D83;
--charcoal-700: #4A4A68;
--charcoal-800: #35354B;
--charcoal-900: #222230;
--charcoal-950: #15151E;
}