Charcoal
#212331
BlueColor Codes
All color formats for development
HEX
#212331RGB
rgb(33, 35, 49)HSL
hsl(233, 20%, 16%)OKLCH
oklch(0.261 0.026 278.1)CMYK
cmyk(33%, 29%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1F2C
2#1A1C27
3#171822
4#14151D
5#101118
6#0D0E14
7#0A0A0F
8#07070A
9#030305
Tints
Lighter variations
1#32354B
2#434764
3#54597E
4#656B98
5#7E83A9
6#989CBA
7#B2B5CC
8#CCCEDD
9#E5E6EE
Tones
Muted variations
1#212330
2#22242F
3#23242F
4#24252E
5#25262D
6#26262C
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 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBD0 | BordersInactive statesPlaceholder text |
| 400 | 9498 #9498B8 | Disabled statesSecondary iconsMuted text |
| 500 | 757B #757BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5F #5A5F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474C #474C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3336 #33364D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF1;
--charcoal-200: #D7D9E4;
--charcoal-300: #B9BBD0;
--charcoal-400: #9498B8;
--charcoal-500: #757BA3;
--charcoal-600: #5A5F87;
--charcoal-700: #474C6B;
--charcoal-800: #33364D;
--charcoal-900: #212331;
--charcoal-950: #14161F;
}