Charcoal
#475B6B
BlueColor Codes
All color formats for development
HEX
#475B6BRGB
rgb(71, 91, 107)HSL
hsl(207, 20%, 35%)OKLCH
oklch(0.461 0.036 242.7)CMYK
cmyk(34%, 15%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405260
2#394956
3#32404B
4#2B3740
5#242E36
6#1D242B
7#151B20
8#0E1215
9#07090B
Tints
Lighter variations
1#556C7F
2#627D93
3#748DA2
4#889EAF
5#9CAEBD
6#AFBECA
7#C3CED7
8#D7DFE4
9#EBEFF2
Tones
Muted variations
1#495B69
2#4B5B68
3#4D5A66
4#4F5A64
5#505A62
6#525A60
7#545A5F
8#565A5D
9#57595B
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 | B9C6 #B9C6D0 | BordersInactive statesPlaceholder text |
| 400 | 94A8 #94A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758F #758FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A72 #5A7287 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475B #475B6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3341 #33414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | 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: #F6F8F9;
--charcoal-100: #EAEEF1;
--charcoal-200: #D7DFE4;
--charcoal-300: #B9C6D0;
--charcoal-400: #94A8B8;
--charcoal-500: #758FA3;
--charcoal-600: #5A7287;
--charcoal-700: #475B6B;
--charcoal-800: #33414D;
--charcoal-900: #212A31;
--charcoal-950: #141A1F;
}