Charcoal
#475D6B
BlueColor Codes
All color formats for development
HEX
#475D6BRGB
rgb(71, 93, 107)HSL
hsl(203, 20%, 35%)OKLCH
oklch(0.466 0.035 236.4)CMYK
cmyk(34%, 13%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405460
2#394B56
3#32414B
4#2B3840
5#242F36
6#1D252B
7#151C20
8#0E1315
9#07090B
Tints
Lighter variations
1#556F7F
2#628093
3#7490A2
4#88A0AF
5#9CB0BD
6#AFC0CA
7#C3D0D7
8#D7DFE4
9#EBEFF2
Tones
Muted variations
1#495D69
2#4B5D68
3#4D5C66
4#4F5C64
5#505B62
6#525B60
7#545A5F
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 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C7 #B9C7D0 | BordersInactive statesPlaceholder text |
| 400 | 94AA #94AAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7592 #7592A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A75 #5A7587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475D #475D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3343 #33434D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | 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: #EAEEF1;
--charcoal-200: #D7DFE4;
--charcoal-300: #B9C7D0;
--charcoal-400: #94AAB8;
--charcoal-500: #7592A3;
--charcoal-600: #5A7587;
--charcoal-700: #475D6B;
--charcoal-800: #33434D;
--charcoal-900: #212B31;
--charcoal-950: #141B1F;
}