Charcoal
#202332
BlueColor Codes
All color formats for development
HEX
#202332RGB
rgb(32, 35, 50)HSL
hsl(230, 22%, 16%)OKLCH
oklch(0.26 0.029 275.5)CMYK
cmyk(36%, 30%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1F2D
2#191C28
3#161823
4#13151E
5#101119
6#0D0E14
7#0A0A0F
8#06070A
9#030305
Tints
Lighter variations
1#31354C
2#414766
3#525A80
4#636C9A
5#7C84AB
6#969DBC
7#B1B5CD
8#CBCEDE
9#E5E6EE
Tones
Muted variations
1#212331
2#222430
3#23252F
4#23252E
5#24262D
6#25262C
7#26272B
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BC #B7BCD1 | BordersInactive statesPlaceholder text |
| 400 | 9299 #9299B9 | Disabled statesSecondary iconsMuted text |
| 500 | 737B #737BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5860 #586089 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464C #464C6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3236 #32364E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202332 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D7D9E5;
--charcoal-300: #B7BCD1;
--charcoal-400: #9299B9;
--charcoal-500: #737BA5;
--charcoal-600: #586089;
--charcoal-700: #464C6D;
--charcoal-800: #32364E;
--charcoal-900: #202332;
--charcoal-950: #14161F;
}