Charcoal
#202531
BlueColor Codes
All color formats for development
HEX
#202531RGB
rgb(32, 37, 49)HSL
hsl(222, 21%, 16%)OKLCH
oklch(0.265 0.024 267.1)CMYK
cmyk(35%, 24%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D222C
2#1A1E27
3#171A23
4#13161E
5#101319
6#0D0F14
7#0A0B0F
8#06070A
9#030405
Tints
Lighter variations
1#31394B
2#424D65
3#53607F
4#647499
5#7D8BAA
6#97A2BB
7#B1B9CC
8#CBD1DD
9#E5E8EE
Tones
Muted variations
1#212631
2#222630
3#23262F
4#24272E
5#25272D
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 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BF #B8BFD1 | BordersInactive statesPlaceholder text |
| 400 | 939E #939EB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7483 #7483A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5967 #596788 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4752 #47526C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202531 | 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: #E9ECF1;
--charcoal-200: #D7DBE5;
--charcoal-300: #B8BFD1;
--charcoal-400: #939EB8;
--charcoal-500: #7483A4;
--charcoal-600: #596788;
--charcoal-700: #47526C;
--charcoal-800: #323A4D;
--charcoal-900: #202531;
--charcoal-950: #14171F;
}