Charcoal
#202E32
CyanColor Codes
All color formats for development
HEX
#202E32RGB
rgb(32, 46, 50)HSL
hsl(193, 22%, 16%)OKLCH
oklch(0.29 0.02 217.3)CMYK
cmyk(36%, 8%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D292D
2#192528
3#162023
4#131C1E
5#101719
6#0D1214
7#0A0E0F
8#06090A
9#030505
Tints
Lighter variations
1#31464C
2#415E66
3#527680
4#638E9A
5#7CA1AB
6#96B4BC
7#B1C7CD
8#CBDADE
9#E5ECEE
Tones
Muted variations
1#212D31
2#222D30
3#232C2F
4#232C2E
5#242B2D
6#252B2C
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 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CC #B7CCD1 | BordersInactive statesPlaceholder text |
| 400 | 92B1 #92B1B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739B #739BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 587E #587E89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4664 #46646D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3248 #32484E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202E #202E32 | 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: #E9EFF1;
--charcoal-200: #D7E2E5;
--charcoal-300: #B7CCD1;
--charcoal-400: #92B1B9;
--charcoal-500: #739BA5;
--charcoal-600: #587E89;
--charcoal-700: #46646D;
--charcoal-800: #32484E;
--charcoal-900: #202E32;
--charcoal-950: #141D1F;
}