Charcoal
#202331
BlueColor Codes
All color formats for development
HEX
#202331RGB
rgb(32, 35, 49)HSL
hsl(229, 21%, 16%)OKLCH
oklch(0.26 0.027 275)CMYK
cmyk(35%, 29%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D202C
2#1A1C27
3#171923
4#13151E
5#101219
6#0D0E14
7#0A0B0F
8#06070A
9#030405
Tints
Lighter variations
1#31364B
2#424965
3#535B7F
4#646E99
5#7D86AA
6#979EBB
7#B1B6CC
8#CBCEDD
9#E5E7EE
Tones
Muted variations
1#212431
2#222430
3#23252F
4#24262E
5#25262D
6#25272C
7#26272B
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BD #B8BDD1 | BordersInactive statesPlaceholder text |
| 400 | 939A #939AB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747D #747DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5961 #596188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202331 | 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: #E9EBF1;
--charcoal-200: #D7D9E5;
--charcoal-300: #B8BDD1;
--charcoal-400: #939AB8;
--charcoal-500: #747DA4;
--charcoal-600: #596188;
--charcoal-700: #474D6C;
--charcoal-800: #32374D;
--charcoal-900: #202331;
--charcoal-950: #14161F;
}