Charcoal
#202532
BlueColor Codes
All color formats for development
HEX
#202532RGB
rgb(32, 37, 50)HSL
hsl(223, 22%, 16%)OKLCH
oklch(0.266 0.025 268.3)CMYK
cmyk(36%, 26%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D212D
2#191E28
3#161A23
4#13161E
5#101219
6#0D0F14
7#0A0B0F
8#06070A
9#030405
Tints
Lighter variations
1#31384C
2#414C66
3#525F80
4#63729A
5#7C8AAB
6#96A1BC
7#B1B9CD
8#CBD0DE
9#E5E8EE
Tones
Muted variations
1#212531
2#222630
3#23262F
4#23262E
5#24272D
6#25272C
7#26282B
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BF #B7BFD1 | BordersInactive statesPlaceholder text |
| 400 | 929D #929DB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7381 #7381A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5866 #586689 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4651 #46516D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202532 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D7DBE5;
--charcoal-300: #B7BFD1;
--charcoal-400: #929DB9;
--charcoal-500: #7381A5;
--charcoal-600: #586689;
--charcoal-700: #46516D;
--charcoal-800: #323A4E;
--charcoal-900: #202532;
--charcoal-950: #14171F;
}