Charcoal
#222430
BlueColor Codes
All color formats for development
HEX
#222430RGB
rgb(34, 36, 48)HSL
hsl(231, 17%, 16%)OKLCH
oklch(0.264 0.023 277.3)CMYK
cmyk(29%, 25%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E202B
2#1B1D26
3#181921
4#14161D
5#111218
6#0E0E13
7#0A0B0E
8#07070A
9#030405
Tints
Lighter variations
1#343749
2#454A62
3#575D7B
4#696F94
5#8287A6
6#9B9FB8
7#B4B7CA
8#CDCFDB
9#E6E7ED
Tones
Muted variations
1#23242F
2#23252E
3#24252E
4#25262D
5#25262C
6#26272C
7#27272B
8#27282A
9#282829
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCE | BordersInactive statesPlaceholder text |
| 400 | 979B #979BB5 | Disabled statesSecondary iconsMuted text |
| 500 | 797F #797FA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D63 #5D6383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4F #4A4F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3538 #35384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #222430 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D8DAE3;
--charcoal-300: #BABDCE;
--charcoal-400: #979BB5;
--charcoal-500: #797FA0;
--charcoal-600: #5D6383;
--charcoal-700: #4A4F68;
--charcoal-800: #35384B;
--charcoal-900: #222430;
--charcoal-950: #15161E;
}