Charcoal
#35464B
CyanColor Codes
All color formats for development
HEX
#35464BRGB
rgb(53, 70, 75)HSL
hsl(194, 17%, 25%)OKLCH
oklch(0.382 0.023 217.7)CMYK
cmyk(29%, 7%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303F43
2#2A383C
3#253134
4#202A2D
5#1A2325
6#151C1E
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#455A61
2#556F77
3#65848E
4#7997A0
5#8FA8B0
6#A5B9C0
7#BCCBCF
8#D2DCDF
9#E9EEEF
Tones
Muted variations
1#36454A
2#374448
3#384447
4#394346
5#3A4345
6#3B4244
7#3C4143
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 | BACA #BACACE | BordersInactive statesPlaceholder text |
| 400 | 97AE #97AEB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7997 #7997A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7A #5D7A83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A61 #4A6168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3546 #35464B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C30 | 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: #BACACE;
--charcoal-400: #97AEB5;
--charcoal-500: #7997A0;
--charcoal-600: #5D7A83;
--charcoal-700: #4A6168;
--charcoal-800: #35464B;
--charcoal-900: #222C30;
--charcoal-950: #151C1E;
}