Charcoal
#203032
CyanColor Codes
All color formats for development
HEX
#203032RGB
rgb(32, 48, 50)HSL
hsl(187, 22%, 16%)OKLCH
oklch(0.296 0.021 205.7)CMYK
cmyk(36%, 4%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2B2D
2#192628
3#162123
4#131D1E
5#101819
6#0D1314
7#0A0E0F
8#060A0A
9#030505
Tints
Lighter variations
1#31494C
2#416266
3#527B80
4#63949A
5#7CA6AB
6#96B8BC
7#B1CACD
8#CBDBDE
9#E5EDEE
Tones
Muted variations
1#212F31
2#222E30
3#232E2F
4#232D2E
5#242C2D
6#252C2C
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 | B7CE #B7CED1 | BordersInactive statesPlaceholder text |
| 400 | 92B5 #92B5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A0 #73A0A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5883 #588389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4668 #46686D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203032 | 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: #B7CED1;
--charcoal-400: #92B5B9;
--charcoal-500: #73A0A5;
--charcoal-600: #588389;
--charcoal-700: #46686D;
--charcoal-800: #324B4E;
--charcoal-900: #203032;
--charcoal-950: #141E1F;
}