Charcoal
#212B30
BlueColor Codes
All color formats for development
HEX
#212B30RGB
rgb(33, 43, 48)HSL
hsl(200, 19%, 16%)OKLCH
oklch(0.282 0.017 229.7)CMYK
cmyk(31%, 10%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E272C
2#1A2327
3#171E22
4#141A1D
5#111618
6#0D1113
7#0A0D0F
8#07090A
9#030405
Tints
Lighter variations
1#32424A
2#445964
3#55707D
4#668697
5#809BA8
6#99AFBA
7#B3C3CB
8#CCD7DC
9#E6EBEE
Tones
Muted variations
1#222B30
2#232B2F
3#232B2E
4#242A2D
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 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8CF | BordersInactive statesPlaceholder text |
| 400 | 95AB #95ABB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7694 #7694A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B77 #5B7786 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485F #485F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF1;
--charcoal-200: #D8E0E4;
--charcoal-300: #B9C8CF;
--charcoal-400: #95ABB7;
--charcoal-500: #7694A2;
--charcoal-600: #5B7786;
--charcoal-700: #485F6A;
--charcoal-800: #34444C;
--charcoal-900: #212B31;
--charcoal-950: #151B1E;
}