Charcoal
#445C6F
BlueColor Codes
All color formats for development
HEX
#445C6FRGB
rgb(68, 92, 111)HSL
hsl(207, 24%, 35%)OKLCH
oklch(0.463 0.042 242.7)CMYK
cmyk(39%, 17%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D5264
2#364959
3#2F404D
4#293742
5#222E37
6#1B252C
7#141B21
8#0E1216
9#07090B
Tints
Lighter variations
1#506C83
2#5D7D98
3#6F8EA7
4#849EB3
5#98AEC0
6#ADBECD
7#C1CED9
8#D6DFE6
9#EAEFF2
Tones
Muted variations
1#465B6D
2#485B6A
3#4A5B68
4#4C5B66
5#4F5A64
6#515A62
7#535A60
8#555A5E
9#57595B
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 | B6C6 #B6C6D2 | BordersInactive statesPlaceholder text |
| 400 | 90A8 #90A8BB | Disabled statesSecondary iconsMuted text |
| 500 | 718F #718FA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5573 #55738B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445B #445B6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #30414F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | 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: #B6C6D2;
--charcoal-400: #90A8BB;
--charcoal-500: #718FA8;
--charcoal-600: #55738B;
--charcoal-700: #445B6F;
--charcoal-800: #30414F;
--charcoal-900: #1F2A33;
--charcoal-950: #131A20;
}