Charcoal
#35474B
CyanColor Codes
All color formats for development
HEX
#35474BRGB
rgb(53, 71, 75)HSL
hsl(191, 17%, 25%)OKLCH
oklch(0.384 0.024 212.8)CMYK
cmyk(29%, 5%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304043
2#2A383C
3#253134
4#202A2D
5#1A2325
6#151C1E
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#455C61
2#557177
3#65868E
4#7999A0
5#8FAAB0
6#A5BBC0
7#BCCCCF
8#D2DDDF
9#E9EEEF
Tones
Muted variations
1#36464A
2#374548
3#384547
4#394446
5#3A4345
6#3B4244
7#3C4243
8#3E4142
9#3F4041
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 | D8E1 #D8E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACB #BACBCE | BordersInactive statesPlaceholder text |
| 400 | 97AF #97AFB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7999 #7999A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7C #5D7C83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A63 #4A6368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3547 #35474B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D8E1E3;
--charcoal-300: #BACBCE;
--charcoal-400: #97AFB5;
--charcoal-500: #7999A0;
--charcoal-600: #5D7C83;
--charcoal-700: #4A6368;
--charcoal-800: #35474B;
--charcoal-900: #222D30;
--charcoal-950: #151C1E;
}