Charcoal
#353D4B
BlueColor Codes
All color formats for development
HEX
#353D4BRGB
rgb(53, 61, 75)HSL
hsl(218, 17%, 25%)OKLCH
oklch(0.358 0.027 261.6)CMYK
cmyk(29%, 19%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303743
2#2A313C
3#252B34
4#20252D
5#1A1E25
6#15181E
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#454F61
2#556177
3#65748E
4#7987A0
5#8F9BB0
6#A5AFC0
7#BCC3CF
8#D2D7DF
9#E9EBEF
Tones
Muted variations
1#363D4A
2#373D48
3#383E47
4#393E46
5#3A3E45
6#3B3F44
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 | BAC2 #BAC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A2 #97A2B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7987 #7987A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6B #5D6B83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A55 #4A5568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353D #353D4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #222730 | 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: #BAC2CE;
--charcoal-400: #97A2B5;
--charcoal-500: #7987A0;
--charcoal-600: #5D6B83;
--charcoal-700: #4A5568;
--charcoal-800: #353D4B;
--charcoal-900: #222730;
--charcoal-950: #15181E;
}