Charcoal
#213031
CyanColor Codes
All color formats for development
HEX
#213031RGB
rgb(33, 48, 49)HSL
hsl(184, 20%, 16%)OKLCH
oklch(0.296 0.02 201.3)CMYK
cmyk(33%, 2%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2B2C
2#1A2627
3#172222
4#141D1D
5#101818
6#0D1314
7#0A0E0F
8#070A0A
9#030505
Tints
Lighter variations
1#32494B
2#436264
3#547B7E
4#659498
5#7EA6A9
6#98B8BA
7#B2CACC
8#CCDCDD
9#E5EDEE
Tones
Muted variations
1#212F30
2#222E2F
3#232E2F
4#242D2E
5#252C2D
6#262C2C
7#262B2B
8#272A2A
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CF #B9CFD0 | BordersInactive statesPlaceholder text |
| 400 | 94B5 #94B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 75A0 #75A0A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A84 #5A8487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4769 #47696B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334B #334B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #EAF0F1;
--charcoal-200: #D7E4E4;
--charcoal-300: #B9CFD0;
--charcoal-400: #94B5B8;
--charcoal-500: #75A0A3;
--charcoal-600: #5A8487;
--charcoal-700: #47696B;
--charcoal-800: #334B4D;
--charcoal-900: #213031;
--charcoal-950: #141E1F;
}