Charcoal
#202731
BlueColor Codes
All color formats for development
HEX
#202731RGB
rgb(32, 39, 49)HSL
hsl(215, 21%, 16%)OKLCH
oklch(0.27 0.021 257.3)CMYK
cmyk(35%, 20%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D232C
2#1A1F27
3#171C23
4#13181E
5#101419
6#0D1014
7#0A0C0F
8#06080A
9#030405
Tints
Lighter variations
1#313C4B
2#425165
3#53657F
4#647A99
5#7D90AA
6#97A6BB
7#B1BCCC
8#CBD3DD
9#E5E9EE
Tones
Muted variations
1#212831
2#222830
3#23282F
4#24282E
5#25282D
6#25282C
7#26282B
8#27292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C2 #B8C2D1 | BordersInactive statesPlaceholder text |
| 400 | 93A3 #93A3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7488 #7488A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596C #596C88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4756 #47566C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202731 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D7DDE5;
--charcoal-300: #B8C2D1;
--charcoal-400: #93A3B8;
--charcoal-500: #7488A4;
--charcoal-600: #596C88;
--charcoal-700: #47566C;
--charcoal-800: #323E4D;
--charcoal-900: #202731;
--charcoal-950: #14191F;
}