Charcoal
#202E31
CyanColor Codes
All color formats for development
HEX
#202E31RGB
rgb(32, 46, 49)HSL
hsl(191, 21%, 16%)OKLCH
oklch(0.29 0.02 212.3)CMYK
cmyk(35%, 6%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2A2C
2#1A2527
3#172023
4#131C1E
5#101719
6#0D1214
7#0A0E0F
8#06090A
9#030505
Tints
Lighter variations
1#31464B
2#425F65
3#53777F
4#648F99
5#7DA2AA
6#97B5BB
7#B1C7CC
8#CBDADD
9#E5ECEE
Tones
Muted variations
1#212E31
2#222D30
3#232D2F
4#242C2E
5#252C2D
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 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CC #B8CCD1 | BordersInactive statesPlaceholder text |
| 400 | 93B2 #93B2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749C #749CA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 597F #597F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4765 #47656C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3248 #32484D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202E #202E31 | 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: #D7E2E5;
--charcoal-300: #B8CCD1;
--charcoal-400: #93B2B8;
--charcoal-500: #749CA4;
--charcoal-600: #597F88;
--charcoal-700: #47656C;
--charcoal-800: #32484D;
--charcoal-900: #202E31;
--charcoal-950: #141D1F;
}