Charcoal
#353A4B
BlueColor Codes
All color formats for development
HEX
#353A4BRGB
rgb(53, 58, 75)HSL
hsl(226, 17%, 25%)OKLCH
oklch(0.351 0.03 272)CMYK
cmyk(29%, 23%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303443
2#2A2E3C
3#252934
4#20232D
5#1A1D25
6#15171E
7#101116
8#0B0C0F
9#050607
Tints
Lighter variations
1#454B61
2#555D77
3#656E8E
4#7982A0
5#8F97B0
6#A5ACC0
7#BCC0CF
8#D2D5DF
9#E9EAEF
Tones
Muted variations
1#363B4A
2#373B48
3#383C47
4#393C46
5#3A3D45
6#3B3D44
7#3C3E43
8#3E3F42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7982 #7982A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D66 #5D6683 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A51 #4A5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353A #353A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #222530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D8DBE3;
--charcoal-300: #BABFCE;
--charcoal-400: #979EB5;
--charcoal-500: #7982A0;
--charcoal-600: #5D6683;
--charcoal-700: #4A5168;
--charcoal-800: #353A4B;
--charcoal-900: #222530;
--charcoal-950: #15171E;
}