Charcoal
#212D31
BlueColor Codes
All color formats for development
HEX
#212D31RGB
rgb(33, 45, 49)HSL
hsl(195, 20%, 16%)OKLCH
oklch(0.288 0.018 220.2)CMYK
cmyk(33%, 8%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D282C
2#1A2427
3#171F22
4#141B1D
5#101618
6#0D1214
7#0A0D0F
8#07090A
9#030405
Tints
Lighter variations
1#32444B
2#435C64
3#54747E
4#658B98
5#7E9FA9
6#98B2BA
7#B2C5CC
8#CCD8DD
9#E5ECEE
Tones
Muted variations
1#212C30
2#222C2F
3#232C2F
4#242B2E
5#252B2D
6#262A2C
7#262A2B
8#272A2A
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CA #B9CAD0 | BordersInactive statesPlaceholder text |
| 400 | 94AF #94AFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7598 #7598A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7B #5A7B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4762 #47626B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3346 #33464D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D7E1E4;
--charcoal-300: #B9CAD0;
--charcoal-400: #94AFB8;
--charcoal-500: #7598A3;
--charcoal-600: #5A7B87;
--charcoal-700: #47626B;
--charcoal-800: #33464D;
--charcoal-900: #212D31;
--charcoal-950: #141C1F;
}