Charcoal
#222A30
BlueColor Codes
All color formats for development
HEX
#222A30RGB
rgb(34, 42, 48)HSL
hsl(206, 17%, 16%)OKLCH
oklch(0.28 0.016 240.6)CMYK
cmyk(29%, 13%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E262B
2#1B2126
3#181D21
4#14191D
5#111518
6#0E1113
7#0A0D0E
8#07080A
9#030405
Tints
Lighter variations
1#344049
2#455662
3#576B7B
4#698194
5#8296A6
6#9BABB8
7#B4C0CA
8#CDD5DB
9#E6EAED
Tones
Muted variations
1#232A2F
2#232A2E
3#24292E
4#25292D
5#25292C
6#26292C
7#27292B
8#27292A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC6 #BAC6CE | BordersInactive statesPlaceholder text |
| 400 | 97A8 #97A8B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798F #798FA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D73 #5D7383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5B #4A5B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3541 #35414B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D8DFE3;
--charcoal-300: #BAC6CE;
--charcoal-400: #97A8B5;
--charcoal-500: #798FA0;
--charcoal-600: #5D7383;
--charcoal-700: #4A5B68;
--charcoal-800: #35414B;
--charcoal-900: #222A30;
--charcoal-950: #151A1E;
}