Charcoal
#35454B
BlueColor Codes
All color formats for development
HEX
#35454BRGB
rgb(53, 69, 75)HSL
hsl(196, 17%, 25%)OKLCH
oklch(0.379 0.023 222.8)CMYK
cmyk(29%, 8%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303E43
2#2A373C
3#253034
4#20292D
5#1A2225
6#151C1E
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#455961
2#556E77
3#65838E
4#7995A0
5#8FA7B0
6#A5B9C0
7#BCCACF
8#D2DCDF
9#E9EDEF
Tones
Muted variations
1#36444A
2#374448
3#384347
4#394346
5#3A4245
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 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC9 #BAC9CE | BordersInactive statesPlaceholder text |
| 400 | 97AD #97ADB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7995 #7995A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D79 #5D7983 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A60 #4A6068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3545 #35454B | 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: #D8E0E3;
--charcoal-300: #BAC9CE;
--charcoal-400: #97ADB5;
--charcoal-500: #7995A0;
--charcoal-600: #5D7983;
--charcoal-700: #4A6068;
--charcoal-800: #35454B;
--charcoal-900: #222C30;
--charcoal-950: #151C1E;
}