Charcoal
#44546F
BlueColor Codes
All color formats for development
HEX
#44546FRGB
rgb(68, 84, 111)HSL
hsl(218, 24%, 35%)OKLCH
oklch(0.444 0.049 260.7)CMYK
cmyk(39%, 24%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4B64
2#364359
3#2F3A4D
4#293242
5#222A37
6#1B212C
7#141921
8#0E1116
9#07080B
Tints
Lighter variations
1#506383
2#5D7398
3#6F84A7
4#8495B3
5#98A7C0
6#ADB8CD
7#C1CAD9
8#D6DCE6
9#EAEDF2
Tones
Muted variations
1#46546D
2#48556A
3#4A5568
4#4C5666
5#4F5664
6#515762
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 | B6C1 #B6C1D2 | BordersInactive statesPlaceholder text |
| 400 | 90A0 #90A0BB | Disabled statesSecondary iconsMuted text |
| 500 | 7185 #7185A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5569 #55698B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4454 #44546F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303C #303C4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | 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: #B6C1D2;
--charcoal-400: #90A0BB;
--charcoal-500: #7185A8;
--charcoal-600: #55698B;
--charcoal-700: #44546F;
--charcoal-800: #303C4F;
--charcoal-900: #1F2633;
--charcoal-950: #131820;
}