Charcoal
#47606C
BlueColor Codes
All color formats for development
HEX
#47606CRGB
rgb(71, 96, 108)HSL
hsl(199, 21%, 35%)OKLCH
oklch(0.474 0.036 229)CMYK
cmyk(34%, 11%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5761
2#384D56
3#31434C
4#2A3A41
5#233036
6#1C262B
7#151D20
8#0E1316
9#070A0B
Tints
Lighter variations
1#547280
2#618494
3#7394A3
4#87A3B0
5#9BB3BE
6#AFC2CB
7#C3D1D8
8#D7E0E5
9#EBF0F2
Tones
Muted variations
1#485F6A
2#4A5F68
3#4C5E66
4#4E5D64
5#505D63
6#525C61
7#545B5F
8#565B5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C9 #B8C9D1 | BordersInactive statesPlaceholder text |
| 400 | 93AD #93ADB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7495 #7495A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5979 #597988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4760 #47606C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3245 #32454D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202C #202C31 | 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: #E9EFF1;
--charcoal-200: #D7E0E5;
--charcoal-300: #B8C9D1;
--charcoal-400: #93ADB8;
--charcoal-500: #7495A4;
--charcoal-600: #597988;
--charcoal-700: #47606C;
--charcoal-800: #32454D;
--charcoal-900: #202C31;
--charcoal-950: #141B1F;
}