Charcoal
#212230
BlueColor Codes
All color formats for development
HEX
#212230RGB
rgb(33, 34, 48)HSL
hsl(236, 19%, 16%)OKLCH
oklch(0.257 0.026 281.2)CMYK
cmyk(31%, 29%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E1F2C
2#1A1B27
3#171822
4#14141D
5#111118
6#0D0E13
7#0A0A0F
8#07070A
9#030305
Tints
Lighter variations
1#32344A
2#444664
3#55587D
4#666A97
5#8082A8
6#999BBA
7#B3B4CB
8#CCCDDC
9#E6E6EE
Tones
Muted variations
1#222330
2#23232F
3#23242E
4#24252D
5#25252D
6#26262C
7#26272B
8#27272A
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBCF | BordersInactive statesPlaceholder text |
| 400 | 9597 #9597B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7679 #7679A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5E #5B5E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484B #484B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3435 #34354C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF1;
--charcoal-200: #D8D8E4;
--charcoal-300: #B9BBCF;
--charcoal-400: #9597B7;
--charcoal-500: #7679A2;
--charcoal-600: #5B5E86;
--charcoal-700: #484B6A;
--charcoal-800: #34354C;
--charcoal-900: #212231;
--charcoal-950: #15151E;
}