Charcoal
#203031
CyanColor Codes
All color formats for development
HEX
#203031RGB
rgb(32, 48, 49)HSL
hsl(184, 21%, 16%)OKLCH
oklch(0.295 0.021 200.9)CMYK
cmyk(35%, 2%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2B2C
2#1A2727
3#172223
4#131D1E
5#101819
6#0D1314
7#0A0E0F
8#060A0A
9#030505
Tints
Lighter variations
1#314A4B
2#426365
3#537C7F
4#649599
5#7DA7AA
6#97B9BB
7#B1CACC
8#CBDCDD
9#E5EDEE
Tones
Muted variations
1#212F31
2#222F30
3#232E2F
4#242D2E
5#252D2D
6#252C2C
7#262B2B
8#272A2B
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CF #B8CFD1 | BordersInactive statesPlaceholder text |
| 400 | 93B6 #93B6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A1 #74A1A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5985 #598588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4769 #47696C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203031 | 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: #E9F0F1;
--charcoal-200: #D7E4E5;
--charcoal-300: #B8CFD1;
--charcoal-400: #93B6B8;
--charcoal-500: #74A1A4;
--charcoal-600: #598588;
--charcoal-700: #47696C;
--charcoal-800: #324B4D;
--charcoal-900: #203031;
--charcoal-950: #141E1F;
}