Charcoal
#35354B
BlueColor Codes
All color formats for development
HEX
#35354BRGB
rgb(53, 53, 75)HSL
hsl(240, 17%, 25%)OKLCH
oklch(0.339 0.038 284.2)CMYK
cmyk(29%, 29%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303043
2#2A2A3C
3#252534
4#20202D
5#1A1A25
6#15151E
7#101016
8#0B0B0F
9#050507
Tints
Lighter variations
1#454561
2#555577
3#65658E
4#7979A0
5#8F8FB0
6#A5A5C0
7#BCBCCF
8#D2D2DF
9#E9E9EF
Tones
Muted variations
1#36364A
2#373748
3#383847
4#393946
5#3A3A45
6#3B3B44
7#3C3C43
8#3E3E42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7979 #7979A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D5D #5D5D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4A #4A4A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3535 #35354B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #222230 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF0;
--charcoal-200: #D8D8E3;
--charcoal-300: #BABACE;
--charcoal-400: #9797B5;
--charcoal-500: #7979A0;
--charcoal-600: #5D5D83;
--charcoal-700: #4A4A68;
--charcoal-800: #35354B;
--charcoal-900: #222230;
--charcoal-950: #15151E;
}