Charcoal
#212C31
BlueColor Codes
All color formats for development
HEX
#212C31RGB
rgb(33, 44, 49)HSL
hsl(199, 20%, 16%)OKLCH
oklch(0.285 0.018 227.4)CMYK
cmyk(33%, 10%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D272C
2#1A2327
3#171F22
4#141A1D
5#101618
6#0D1214
7#0A0D0F
8#07090A
9#030405
Tints
Lighter variations
1#32434B
2#435A64
3#54717E
4#658898
5#7E9CA9
6#98B0BA
7#B2C3CC
8#CCD7DD
9#E5EBEE
Tones
Muted variations
1#212B30
2#222B2F
3#232B2F
4#242B2E
5#252A2D
6#262A2C
7#262A2B
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 | D7E0 #D7E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C9 #B9C9D0 | BordersInactive statesPlaceholder text |
| 400 | 94AC #94ACB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7595 #7595A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A78 #5A7887 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4760 #47606B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3344 #33444D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF1;
--charcoal-200: #D7E0E4;
--charcoal-300: #B9C9D0;
--charcoal-400: #94ACB8;
--charcoal-500: #7595A3;
--charcoal-600: #5A7887;
--charcoal-700: #47606B;
--charcoal-800: #33444D;
--charcoal-900: #212C31;
--charcoal-950: #141B1F;
}