Charcoal
#353C4B
BlueColor Codes
All color formats for development
HEX
#353C4BRGB
rgb(53, 60, 75)HSL
hsl(221, 17%, 25%)OKLCH
oklch(0.356 0.028 265.4)CMYK
cmyk(29%, 20%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303643
2#2A303C
3#252A34
4#20242D
5#1A1E25
6#15181E
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#454E61
2#556077
3#65728E
4#7985A0
5#8F99B0
6#A5AEC0
7#BCC2CF
8#D2D6DF
9#E9EBEF
Tones
Muted variations
1#363C4A
2#373D48
3#383D47
4#393D46
5#3A3E45
6#3B3E44
7#3C3F43
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 | D8DC #D8DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC1 #BAC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A0 #97A0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7985 #7985A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D69 #5D6983 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A54 #4A5468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353C #353C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #222630 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D8DCE3;
--charcoal-300: #BAC1CE;
--charcoal-400: #97A0B5;
--charcoal-500: #7985A0;
--charcoal-600: #5D6983;
--charcoal-700: #4A5468;
--charcoal-800: #353C4B;
--charcoal-900: #222630;
--charcoal-950: #15181E;
}