Charcoal
#202131
BlueColor Codes
All color formats for development
HEX
#202131RGB
rgb(32, 33, 49)HSL
hsl(236, 21%, 16%)OKLCH
oklch(0.254 0.03 281.3)CMYK
cmyk(35%, 33%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1E2C
2#1A1B27
3#171723
4#13141E
5#101119
6#0D0D14
7#0A0A0F
8#06070A
9#030305
Tints
Lighter variations
1#31334B
2#424465
3#53567F
4#646799
5#7D80AA
6#979ABB
7#B1B3CC
8#CBCCDD
9#E5E6EE
Tones
Muted variations
1#212231
2#222330
3#23242F
4#24242E
5#25252D
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 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BA #B8BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9396 #9396B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7477 #7477A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595C #595C88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4749 #47496C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3234 #32344D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202131 | 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: #D7D8E5;
--charcoal-300: #B8BAD1;
--charcoal-400: #9396B8;
--charcoal-500: #7477A4;
--charcoal-600: #595C88;
--charcoal-700: #47496C;
--charcoal-800: #32344D;
--charcoal-900: #202131;
--charcoal-950: #14151F;
}