Charcoal
#35484B
CyanColor Codes
All color formats for development
HEX
#35484BRGB
rgb(53, 72, 75)HSL
hsl(188, 17%, 25%)OKLCH
oklch(0.387 0.024 208.2)CMYK
cmyk(29%, 4%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304143
2#2A393C
3#253234
4#202B2D
5#1A2425
6#151D1E
7#101616
8#0B0E0F
9#050707
Tints
Lighter variations
1#455D61
2#557377
3#65888E
4#799BA0
5#8FABB0
6#A5BCC0
7#BCCDCF
8#D2DEDF
9#E9EEEF
Tones
Muted variations
1#36474A
2#374648
3#384547
4#394546
5#3A4445
6#3B4344
7#3C4243
8#3E4142
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACC #BACCCE | BordersInactive statesPlaceholder text |
| 400 | 97B1 #97B1B5 | Disabled statesSecondary iconsMuted text |
| 500 | 799B #799BA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7E #5D7E83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A64 #4A6468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3548 #35484B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222E #222E30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D8E2E3;
--charcoal-300: #BACCCE;
--charcoal-400: #97B1B5;
--charcoal-500: #799BA0;
--charcoal-600: #5D7E83;
--charcoal-700: #4A6468;
--charcoal-800: #35484B;
--charcoal-900: #222E30;
--charcoal-950: #151D1E;
}