Charcoal
#353E4B
BlueColor Codes
All color formats for development
HEX
#353E4BRGB
rgb(53, 62, 75)HSL
hsl(215, 17%, 25%)OKLCH
oklch(0.361 0.026 257.5)CMYK
cmyk(29%, 17%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303843
2#2A323C
3#252B34
4#20252D
5#1A1F25
6#15191E
7#101316
8#0B0C0F
9#050607
Tints
Lighter variations
1#455161
2#556377
3#65768E
4#7989A0
5#8F9DB0
6#A5B0C0
7#BCC4CF
8#D2D8DF
9#E9EBEF
Tones
Muted variations
1#363E4A
2#373E48
3#383E47
4#393F46
5#3A3F45
6#3B3F44
7#3C3F43
8#3E3F42
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC3 #BAC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A3 #97A3B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7989 #7989A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6D #5D6D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A57 #4A5768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353E #353E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #222830 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D8DDE3;
--charcoal-300: #BAC3CE;
--charcoal-400: #97A3B5;
--charcoal-500: #7989A0;
--charcoal-600: #5D6D83;
--charcoal-700: #4A5768;
--charcoal-800: #353E4B;
--charcoal-900: #222830;
--charcoal-950: #15191E;
}