Charcoal
#475E6B
BlueColor Codes
All color formats for development
HEX
#475E6BRGB
rgb(71, 94, 107)HSL
hsl(202, 20%, 35%)OKLCH
oklch(0.468 0.035 233.2)CMYK
cmyk(34%, 12%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405560
2#394B56
3#32424B
4#2B3840
5#242F36
6#1D262B
7#151C20
8#0E1315
9#07090B
Tints
Lighter variations
1#556F7F
2#628193
3#7491A2
4#88A1AF
5#9CB1BD
6#AFC0CA
7#C3D0D7
8#D7E0E4
9#EBEFF2
Tones
Muted variations
1#495E69
2#4B5D68
3#4D5D66
4#4F5C64
5#505C62
6#525B60
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 | B9C7 #B9C7D0 | BordersInactive statesPlaceholder text |
| 400 | 94AB #94ABB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7592 #7592A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A76 #5A7687 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475E #475E6B | 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: #D7E0E4;
--charcoal-300: #B9C7D0;
--charcoal-400: #94ABB8;
--charcoal-500: #7592A3;
--charcoal-600: #5A7687;
--charcoal-700: #475E6B;
--charcoal-800: #33434D;
--charcoal-900: #212B31;
--charcoal-950: #141B1F;
}