Charcoal
#212430
BlueColor Codes
All color formats for development
HEX
#212430RGB
rgb(33, 36, 48)HSL
hsl(228, 19%, 16%)OKLCH
oklch(0.263 0.023 273.8)CMYK
cmyk(31%, 25%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E212C
2#1A1D27
3#171922
4#14161D
5#111218
6#0D0E13
7#0A0B0F
8#07070A
9#030405
Tints
Lighter variations
1#32374A
2#444A64
3#555D7D
4#667097
5#8088A8
6#99A0BA
7#B3B7CB
8#CCCFDC
9#E6E7EE
Tones
Muted variations
1#222530
2#23252F
3#23262E
4#24262D
5#25262D
6#26272C
7#26272B
8#27282A
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BECF | BordersInactive statesPlaceholder text |
| 400 | 959C #959CB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767F #767FA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B63 #5B6386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484F #484F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEBF1;
--charcoal-200: #D8DAE4;
--charcoal-300: #B9BECF;
--charcoal-400: #959CB7;
--charcoal-500: #767FA2;
--charcoal-600: #5B6386;
--charcoal-700: #484F6A;
--charcoal-800: #34384C;
--charcoal-900: #212431;
--charcoal-950: #15171E;
}