Charcoal
#202231
BlueColor Codes
All color formats for development
HEX
#202231RGB
rgb(32, 34, 49)HSL
hsl(233, 21%, 16%)OKLCH
oklch(0.257 0.028 278.3)CMYK
cmyk(35%, 31%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1F2C
2#1A1B27
3#171823
4#13151E
5#101119
6#0D0E14
7#0A0A0F
8#06070A
9#030305
Tints
Lighter variations
1#31344B
2#424665
3#53587F
4#646A99
5#7D83AA
6#979CBB
7#B1B4CC
8#CBCDDD
9#E5E6EE
Tones
Muted variations
1#212331
2#222430
3#23242F
4#24252E
5#25262D
6#25262C
7#26272B
8#27272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BB #B8BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9397 #9397B8 | Disabled statesSecondary iconsMuted text |
| 500 | 747A #747AA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595E #595E88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474B #474B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202231 | 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: #E9EAF1;
--charcoal-200: #D7D9E5;
--charcoal-300: #B8BBD1;
--charcoal-400: #9397B8;
--charcoal-500: #747AA4;
--charcoal-600: #595E88;
--charcoal-700: #474B6C;
--charcoal-800: #32354D;
--charcoal-900: #202231;
--charcoal-950: #14151F;
}