Charcoal
#202232
BlueColor Codes
All color formats for development
HEX
#202232RGB
rgb(32, 34, 50)HSL
hsl(233, 22%, 16%)OKLCH
oklch(0.258 0.03 278.5)CMYK
cmyk(36%, 32%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1F2D
2#191B28
3#161823
4#13141E
5#101119
6#0D0E14
7#0A0A0F
8#06070A
9#030305
Tints
Lighter variations
1#31344C
2#414666
3#525780
4#63699A
5#7C82AB
6#969BBC
7#B1B4CD
8#CBCDDE
9#E5E6EE
Tones
Muted variations
1#212331
2#222330
3#23242F
4#23252E
5#24252D
6#25262C
7#26272B
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 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BA #B7BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9297 #9297B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7379 #7379A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585D #585D89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464A #464A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202232 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D7D8E5;
--charcoal-300: #B7BAD1;
--charcoal-400: #9297B9;
--charcoal-500: #7379A5;
--charcoal-600: #585D89;
--charcoal-700: #464A6D;
--charcoal-800: #32354E;
--charcoal-900: #202232;
--charcoal-950: #14151F;
}