Charcoal
#212A31
BlueColor Codes
All color formats for development
HEX
#212A31RGB
rgb(33, 42, 49)HSL
hsl(206, 20%, 16%)OKLCH
oklch(0.279 0.018 241.7)CMYK
cmyk(33%, 14%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D262C
2#1A2227
3#171D22
4#14191D
5#101518
6#0D1114
7#0A0D0F
8#07080A
9#030405
Tints
Lighter variations
1#32404B
2#435664
3#546C7E
4#658298
5#7E97A9
6#98ACBA
7#B2C0CC
8#CCD5DD
9#E5EAEE
Tones
Muted variations
1#212A30
2#222A2F
3#232A2F
4#24292E
5#25292D
6#26292C
7#26292B
8#27292A
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6D0 | BordersInactive statesPlaceholder text |
| 400 | 94A8 #94A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758F #758FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A73 #5A7387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3341 #33414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF1;
--charcoal-200: #D7DFE4;
--charcoal-300: #B9C6D0;
--charcoal-400: #94A8B8;
--charcoal-500: #758FA3;
--charcoal-600: #5A7387;
--charcoal-700: #475C6B;
--charcoal-800: #33414D;
--charcoal-900: #212A31;
--charcoal-950: #141A1F;
}