Charcoal
#202D32
BlueColor Codes
All color formats for development
HEX
#202D32RGB
rgb(32, 45, 50)HSL
hsl(197, 22%, 16%)OKLCH
oklch(0.287 0.02 223.5)CMYK
cmyk(36%, 10%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D282D
2#192428
3#161F23
4#131B1E
5#101619
6#0D1214
7#0A0D0F
8#06090A
9#030405
Tints
Lighter variations
1#31444C
2#415C66
3#527380
4#638B9A
5#7C9EAB
6#96B1BC
7#B1C5CD
8#CBD8DE
9#E5ECEE
Tones
Muted variations
1#212C31
2#222C30
3#232C2F
4#232B2E
5#242B2D
6#252A2C
7#262A2B
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 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CA #B7CAD1 | BordersInactive statesPlaceholder text |
| 400 | 92AE #92AEB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7397 #7397A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 587B #587B89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4662 #46626D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3246 #32464E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202D #202D32 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EFF1;
--charcoal-200: #D7E1E5;
--charcoal-300: #B7CAD1;
--charcoal-400: #92AEB9;
--charcoal-500: #7397A5;
--charcoal-600: #587B89;
--charcoal-700: #46626D;
--charcoal-800: #32464E;
--charcoal-900: #202D32;
--charcoal-950: #141C1F;
}