Charcoal
#44566F
BlueColor Codes
All color formats for development
HEX
#44566FRGB
rgb(68, 86, 111)HSL
hsl(215, 24%, 35%)OKLCH
oklch(0.448 0.047 256.7)CMYK
cmyk(39%, 23%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4D64
2#364559
3#2F3C4D
4#293342
5#222B37
6#1B222C
7#141A21
8#0E1116
9#07090B
Tints
Lighter variations
1#506683
2#5D7698
3#6F86A7
4#8498B3
5#98A9C0
6#ADBACD
7#C1CBD9
8#D6DDE6
9#EAEEF2
Tones
Muted variations
1#46566D
2#48566A
3#4A5768
4#4C5766
5#4F5764
6#515862
7#535860
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 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C2 #B6C2D2 | BordersInactive statesPlaceholder text |
| 400 | 90A2 #90A2BB | Disabled statesSecondary iconsMuted text |
| 500 | 7188 #7188A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556C #556C8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4456 #44566F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303D #303D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F27 #1F2733 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9ECF1;
--charcoal-200: #D6DDE6;
--charcoal-300: #B6C2D2;
--charcoal-400: #90A2BB;
--charcoal-500: #7188A8;
--charcoal-600: #556C8B;
--charcoal-700: #44566F;
--charcoal-800: #303D4F;
--charcoal-900: #1F2733;
--charcoal-950: #131820;
}