Charcoal
#353B4B
BlueColor Codes
All color formats for development
HEX
#353B4BRGB
rgb(53, 59, 75)HSL
hsl(224, 17%, 25%)OKLCH
oklch(0.353 0.029 268.8)CMYK
cmyk(29%, 21%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303543
2#2A2F3C
3#252934
4#20232D
5#1A1D25
6#15171E
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#454C61
2#555E77
3#65708E
4#7983A0
5#8F98B0
6#A5ACC0
7#BCC1CF
8#D2D6DF
9#E9EAEF
Tones
Muted variations
1#363B4A
2#373C48
3#383C47
4#393D46
5#3A3D45
6#3B3E44
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 | BAC0 #BAC0CE | BordersInactive statesPlaceholder text |
| 400 | 979F #979FB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7983 #7983A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D67 #5D6783 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A52 #4A5268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353B #353B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #222630 | 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: #BAC0CE;
--charcoal-400: #979FB5;
--charcoal-500: #7983A0;
--charcoal-600: #5D6783;
--charcoal-700: #4A5268;
--charcoal-800: #353B4B;
--charcoal-900: #222630;
--charcoal-950: #15171E;
}