Charcoal
#212131
BlueColor Codes
All color formats for development
HEX
#212131RGB
rgb(33, 33, 49)HSL
hsl(240, 20%, 16%)OKLCH
oklch(0.255 0.03 284.1)CMYK
cmyk(33%, 33%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1D2C
2#1A1A27
3#171722
4#14141D
5#101018
6#0D0D14
7#0A0A0F
8#07070A
9#030305
Tints
Lighter variations
1#32324B
2#434364
3#54547E
4#656598
5#7E7EA9
6#9898BA
7#B2B2CC
8#CCCCDD
9#E5E5EE
Tones
Muted variations
1#212130
2#22222F
3#23232F
4#24242E
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 | D7D7 #D7D7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9494 #9494B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7575 #7575A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5A #5A5A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3333 #33334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF1;
--charcoal-200: #D7D7E4;
--charcoal-300: #B9B9D0;
--charcoal-400: #9494B8;
--charcoal-500: #7575A3;
--charcoal-600: #5A5A87;
--charcoal-700: #47476B;
--charcoal-800: #33334D;
--charcoal-900: #212131;
--charcoal-950: #14141F;
}