Charcoal
#202031
BlueColor Codes
All color formats for development
HEX
#202031RGB
rgb(32, 32, 49)HSL
hsl(240, 21%, 16%)OKLCH
oklch(0.252 0.032 283.9)CMYK
cmyk(35%, 35%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1D2C
2#1A1A27
3#171723
4#13131E
5#101019
6#0D0D14
7#0A0A0F
8#06060A
9#030305
Tints
Lighter variations
1#31314B
2#424265
3#53537F
4#646499
5#7D7DAA
6#9797BB
7#B1B1CC
8#CBCBDD
9#E5E5EE
Tones
Muted variations
1#212131
2#222230
3#23232F
4#24242E
5#25252D
6#25252C
7#26262B
8#27272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8B8 #B8B8D1 | BordersInactive statesPlaceholder text |
| 400 | 9393 #9393B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7474 #7474A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5959 #595988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202031 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9E9F1;
--charcoal-200: #D7D7E5;
--charcoal-300: #B8B8D1;
--charcoal-400: #9393B8;
--charcoal-500: #7474A4;
--charcoal-600: #595988;
--charcoal-700: #47476C;
--charcoal-800: #32324D;
--charcoal-900: #202031;
--charcoal-950: #14141F;
}