Charcoal
#445F6F
BlueColor Codes
All color formats for development
HEX
#445F6FRGB
rgb(68, 95, 111)HSL
hsl(202, 24%, 35%)OKLCH
oklch(0.47 0.041 234.8)CMYK
cmyk(39%, 14%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D5564
2#364C59
3#2F424D
4#293942
5#222F37
6#1B262C
7#141C21
8#0E1316
9#07090B
Tints
Lighter variations
1#507183
2#5D8298
3#6F92A7
4#84A2B3
5#98B1C0
6#ADC1CD
7#C1D0D9
8#D6E0E6
9#EAEFF2
Tones
Muted variations
1#465E6D
2#485E6A
3#4A5D68
4#4C5D66
5#4F5C64
6#515C62
7#535B60
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 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C8 #B6C8D2 | BordersInactive statesPlaceholder text |
| 400 | 90AB #90ABBB | Disabled statesSecondary iconsMuted text |
| 500 | 7194 #7194A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5577 #55778B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445F #445F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3044 #30444F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | 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: #D6E0E6;
--charcoal-300: #B6C8D2;
--charcoal-400: #90ABBB;
--charcoal-500: #7194A8;
--charcoal-600: #55778B;
--charcoal-700: #445F6F;
--charcoal-800: #30444F;
--charcoal-900: #1F2B33;
--charcoal-950: #131B20;
}