Charcoal
#475F6B
BlueColor Codes
All color formats for development
HEX
#475F6BRGB
rgb(71, 95, 107)HSL
hsl(200, 20%, 35%)OKLCH
oklch(0.471 0.035 230)CMYK
cmyk(34%, 11%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405660
2#394C56
3#32434B
4#2B3940
5#243036
6#1D262B
7#151D20
8#0E1315
9#070A0B
Tints
Lighter variations
1#55717F
2#628393
3#7493A2
4#88A2AF
5#9CB2BD
6#AFC1CA
7#C3D1D7
8#D7E0E4
9#EBF0F2
Tones
Muted variations
1#495F69
2#4B5E68
3#4D5D66
4#4F5D64
5#505C62
6#525C60
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 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8D0 | BordersInactive statesPlaceholder text |
| 400 | 94AC #94ACB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7594 #7594A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A78 #5A7887 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475F #475F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3344 #33444D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | 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: #D7E0E4;
--charcoal-300: #B9C8D0;
--charcoal-400: #94ACB8;
--charcoal-500: #7594A3;
--charcoal-600: #5A7887;
--charcoal-700: #475F6B;
--charcoal-800: #33444D;
--charcoal-900: #212C31;
--charcoal-950: #141B1F;
}