Charcoal
#44586F
BlueColor Codes
All color formats for development
HEX
#44586FRGB
rgb(68, 88, 111)HSL
hsl(212, 24%, 35%)OKLCH
oklch(0.453 0.045 252.3)CMYK
cmyk(39%, 21%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4F64
2#364659
3#2F3D4D
4#293542
5#222C37
6#1B232C
7#141A21
8#0E1216
9#07090B
Tints
Lighter variations
1#506883
2#5D7898
3#6F89A7
4#849AB3
5#98ABC0
6#ADBCCD
7#C1CCD9
8#D6DDE6
9#EAEEF2
Tones
Muted variations
1#46586D
2#48586A
3#4A5868
4#4C5866
5#4F5964
6#515962
7#535960
8#55595E
9#57595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C3 #B6C3D2 | BordersInactive statesPlaceholder text |
| 400 | 90A4 #90A4BB | Disabled statesSecondary iconsMuted text |
| 500 | 718A #718AA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556E #556E8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4458 #44586F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303F #303F4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F28 #1F2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D6DDE6;
--charcoal-300: #B6C3D2;
--charcoal-400: #90A4BB;
--charcoal-500: #718AA8;
--charcoal-600: #556E8B;
--charcoal-700: #44586F;
--charcoal-800: #303F4F;
--charcoal-900: #1F2833;
--charcoal-950: #131920;
}