Charcoal
#202F31
CyanColor Codes
All color formats for development
HEX
#202F31RGB
rgb(32, 47, 49)HSL
hsl(187, 21%, 16%)OKLCH
oklch(0.293 0.02 206.4)CMYK
cmyk(35%, 4%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2B2C
2#1A2627
3#172123
4#131C1E
5#101819
6#0D1314
7#0A0E0F
8#06090A
9#030505
Tints
Lighter variations
1#31484B
2#426165
3#537A7F
4#649399
5#7DA5AA
6#97B7BB
7#B1C9CC
8#CBDBDD
9#E5EDEE
Tones
Muted variations
1#212F31
2#222E30
3#232D2F
4#242D2E
5#252C2D
6#252B2C
7#262B2B
8#272A2B
9#28292A
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 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CE #B8CED1 | BordersInactive statesPlaceholder text |
| 400 | 93B4 #93B4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749F #749FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5982 #598288 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F31 | 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: #D7E3E5;
--charcoal-300: #B8CED1;
--charcoal-400: #93B4B8;
--charcoal-500: #749FA4;
--charcoal-600: #598288;
--charcoal-700: #47686C;
--charcoal-800: #324A4D;
--charcoal-900: #202F31;
--charcoal-950: #141E1F;
}