Charcoal
#445D6F
BlueColor Codes
All color formats for development
HEX
#445D6FRGB
rgb(68, 93, 111)HSL
hsl(205, 24%, 35%)OKLCH
oklch(0.465 0.042 240.1)CMYK
cmyk(39%, 16%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D5464
2#364A59
3#2F414D
4#293842
5#222E37
6#1B252C
7#141C21
8#0E1316
9#07090B
Tints
Lighter variations
1#506E83
2#5D7F98
3#6F90A7
4#84A0B3
5#98AFC0
6#ADBFCD
7#C1CFD9
8#D6DFE6
9#EAEFF2
Tones
Muted variations
1#465C6D
2#485C6A
3#4A5C68
4#4C5B66
5#4F5B64
6#515B62
7#535A60
8#555A5E
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C7 #B6C7D2 | BordersInactive statesPlaceholder text |
| 400 | 90A9 #90A9BB | Disabled statesSecondary iconsMuted text |
| 500 | 7191 #7191A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5575 #55758B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445D #445D6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3042 #30424F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D6DFE6;
--charcoal-300: #B6C7D2;
--charcoal-400: #90A9BB;
--charcoal-500: #7191A8;
--charcoal-600: #55758B;
--charcoal-700: #445D6F;
--charcoal-800: #30424F;
--charcoal-900: #1F2A33;
--charcoal-950: #131B20;
}