Charcoal
#474C6C
BlueColor Codes
All color formats for development
HEX
#474C6CRGB
rgb(71, 76, 108)HSL
hsl(232, 21%, 35%)OKLCH
oklch(0.426 0.054 277)CMYK
cmyk(34%, 30%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4461
2#383C56
3#31354C
4#2A2D41
5#232636
6#1C1E2B
7#151720
8#0E0F16
9#07080B
Tints
Lighter variations
1#545A80
2#616894
3#7379A3
4#878CB0
5#9B9FBE
6#AFB2CB
7#C3C6D8
8#D7D9E5
9#EBECF2
Tones
Muted variations
1#484D6A
2#4A4E68
3#4C5066
4#4E5164
5#505263
6#525461
7#54555F
8#56575D
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BB #B8BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9398 #9398B8 | Disabled statesSecondary iconsMuted text |
| 500 | 747B #747BA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595F #595F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474C #474C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3236 #32364D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D7D9E5;
--charcoal-300: #B8BBD1;
--charcoal-400: #9398B8;
--charcoal-500: #747BA4;
--charcoal-600: #595F88;
--charcoal-700: #474C6C;
--charcoal-800: #32364D;
--charcoal-900: #202331;
--charcoal-950: #14161F;
}