Charcoal
#475E6C
BlueColor Codes
All color formats for development
HEX
#475E6CRGB
rgb(71, 94, 108)HSL
hsl(203, 21%, 35%)OKLCH
oklch(0.469 0.036 235.3)CMYK
cmyk(34%, 13%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5461
2#384B56
3#31424C
4#2A3841
5#232F36
6#1C252B
7#151C20
8#0E1316
9#07090B
Tints
Lighter variations
1#546F80
2#618094
3#7391A3
4#87A0B0
5#9BB0BE
6#AFC0CB
7#C3D0D8
8#D7DFE5
9#EBEFF2
Tones
Muted variations
1#485D6A
2#4A5D68
3#4C5C66
4#4E5C64
5#505B63
6#525B61
7#545B5F
8#565A5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C7 #B8C7D1 | BordersInactive statesPlaceholder text |
| 400 | 93AA #93AAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7492 #7492A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5976 #597688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475E #475E6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3243 #32434D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7DFE5;
--charcoal-300: #B8C7D1;
--charcoal-400: #93AAB8;
--charcoal-500: #7492A4;
--charcoal-600: #597688;
--charcoal-700: #475E6C;
--charcoal-800: #32434D;
--charcoal-900: #202B31;
--charcoal-950: #141B1F;
}