Charcoal
#475A6C
BlueColor Codes
All color formats for development
HEX
#475A6CRGB
rgb(71, 90, 108)HSL
hsl(209, 21%, 35%)OKLCH
oklch(0.459 0.038 247.3)CMYK
cmyk(34%, 17%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5161
2#384856
3#313F4C
4#2A3641
5#232D36
6#1C242B
7#151B20
8#0E1216
9#07090B
Tints
Lighter variations
1#546B80
2#617B94
3#738CA3
4#879CB0
5#9BADBE
6#AFBDCB
7#C3CED8
8#D7DEE5
9#EBEFF2
Tones
Muted variations
1#485A6A
2#4A5A68
3#4C5A66
4#4E5A64
5#505A63
6#525961
7#54595F
8#56595D
9#57595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C5 #B8C5D1 | BordersInactive statesPlaceholder text |
| 400 | 93A6 #93A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748D #748DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5971 #597188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3240 #32404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202931 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D7DEE5;
--charcoal-300: #B8C5D1;
--charcoal-400: #93A6B8;
--charcoal-500: #748DA4;
--charcoal-600: #597188;
--charcoal-700: #475A6C;
--charcoal-800: #32404D;
--charcoal-900: #202931;
--charcoal-950: #141A1F;
}