Charcoal
#202431
BlueColor Codes
All color formats for development
HEX
#202431RGB
rgb(32, 36, 49)HSL
hsl(226, 21%, 16%)OKLCH
oklch(0.262 0.025 271.3)CMYK
cmyk(35%, 27%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D212C
2#1A1D27
3#171923
4#13161E
5#101219
6#0D0E14
7#0A0B0F
8#06070A
9#030405
Tints
Lighter variations
1#31374B
2#424A65
3#535D7F
4#647099
5#7D88AA
6#97A0BB
7#B1B8CC
8#CBCFDD
9#E5E7EE
Tones
Muted variations
1#212531
2#222530
3#23262F
4#24262E
5#25272D
6#25272C
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 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BE #B8BED1 | BordersInactive statesPlaceholder text |
| 400 | 939C #939CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747F #747FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5964 #596488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3239 #32394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202431 | 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: #F6F6F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D7DAE5;
--charcoal-300: #B8BED1;
--charcoal-400: #939CB8;
--charcoal-500: #747FA4;
--charcoal-600: #596488;
--charcoal-700: #474F6C;
--charcoal-800: #32394D;
--charcoal-900: #202431;
--charcoal-950: #14171F;
}