Charcoal
#44556F
BlueColor Codes
All color formats for development
HEX
#44556FRGB
rgb(68, 85, 111)HSL
hsl(216, 24%, 35%)OKLCH
oklch(0.446 0.048 258.7)CMYK
cmyk(39%, 23%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4C64
2#364459
3#2F3B4D
4#293342
5#222A37
6#1B222C
7#141921
8#0E1116
9#07080B
Tints
Lighter variations
1#506583
2#5D7598
3#6F85A7
4#8497B3
5#98A8C0
6#ADBACD
7#C1CBD9
8#D6DCE6
9#EAEEF2
Tones
Muted variations
1#46556D
2#48566A
3#4A5668
4#4C5766
5#4F5764
6#515862
7#535860
8#55585E
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 | D6DC #D6DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C2 #B6C2D2 | BordersInactive statesPlaceholder text |
| 400 | 90A1 #90A1BB | Disabled statesSecondary iconsMuted text |
| 500 | 7187 #7187A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556B #556B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4455 #44556F | 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: #D6DCE6;
--charcoal-300: #B6C2D2;
--charcoal-400: #90A1BB;
--charcoal-500: #7187A8;
--charcoal-600: #556B8B;
--charcoal-700: #44556F;
--charcoal-800: #303D4F;
--charcoal-900: #1F2733;
--charcoal-950: #131820;
}