Charcoal
#202F32
CyanColor Codes
All color formats for development
HEX
#202F32RGB
rgb(32, 47, 50)HSL
hsl(190, 22%, 16%)OKLCH
oklch(0.293 0.021 211.3)CMYK
cmyk(36%, 6%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2A2D
2#192528
3#162123
4#131C1E
5#101719
6#0D1314
7#0A0E0F
8#06090A
9#030505
Tints
Lighter variations
1#31474C
2#416066
3#527880
4#63919A
5#7CA4AB
6#96B6BC
7#B1C8CD
8#CBDADE
9#E5EDEE
Tones
Muted variations
1#212E31
2#222E30
3#232D2F
4#232C2E
5#242C2D
6#252B2C
7#262B2B
8#272A2B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CD #B7CDD1 | BordersInactive statesPlaceholder text |
| 400 | 92B3 #92B3B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739D #739DA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5881 #588189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4666 #46666D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3249 #32494E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F32 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9F0F1;
--charcoal-200: #D7E3E5;
--charcoal-300: #B7CDD1;
--charcoal-400: #92B3B9;
--charcoal-500: #739DA5;
--charcoal-600: #588189;
--charcoal-700: #46666D;
--charcoal-800: #32494E;
--charcoal-900: #202F32;
--charcoal-950: #141D1F;
}