Charcoal
#212231
BlueColor Codes
All color formats for development
HEX
#212231RGB
rgb(33, 34, 49)HSL
hsl(236, 20%, 16%)OKLCH
oklch(0.258 0.028 281.3)CMYK
cmyk(33%, 31%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1E2C
2#1A1B27
3#171822
4#14141D
5#101118
6#0D0D14
7#0A0A0F
8#07070A
9#030305
Tints
Lighter variations
1#32334B
2#434564
3#54577E
4#656998
5#7E81A9
6#989ABA
7#B2B4CC
8#CCCDDD
9#E5E6EE
Tones
Muted variations
1#212230
2#22232F
3#23242F
4#24252E
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 | D7D8 #D7D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BA #B9BAD0 | BordersInactive statesPlaceholder text |
| 400 | 9496 #9496B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7578 #7578A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5D #5A5D87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474A #474A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3335 #33354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF1;
--charcoal-200: #D7D8E4;
--charcoal-300: #B9BAD0;
--charcoal-400: #9496B8;
--charcoal-500: #7578A3;
--charcoal-600: #5A5D87;
--charcoal-700: #474A6B;
--charcoal-800: #33354D;
--charcoal-900: #212231;
--charcoal-950: #14151F;
}