Charcoal
#212130
BlueColor Codes
All color formats for development
HEX
#212130RGB
rgb(33, 33, 48)HSL
hsl(240, 19%, 16%)OKLCH
oklch(0.255 0.028 284.2)CMYK
cmyk(31%, 31%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E1E2C
2#1A1A27
3#171722
4#14141D
5#111118
6#0D0D13
7#0A0A0F
8#07070A
9#030305
Tints
Lighter variations
1#32324A
2#444464
3#55557D
4#666697
5#8080A8
6#9999BA
7#B3B3CB
8#CCCCDC
9#E6E6EE
Tones
Muted variations
1#222230
2#23232F
3#23232E
4#24242D
5#25252D
6#26262C
7#26262B
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 | B9B9 #B9B9CF | BordersInactive statesPlaceholder text |
| 400 | 9595 #9595B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7676 #7676A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5B #5B5B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4848 #48486A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | 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: #B9B9CF;
--charcoal-400: #9595B7;
--charcoal-500: #7676A2;
--charcoal-600: #5B5B86;
--charcoal-700: #48486A;
--charcoal-800: #34344C;
--charcoal-900: #212131;
--charcoal-950: #15151E;
}