Charcoal
#44526F
BlueColor Codes
All color formats for development
HEX
#44526FRGB
rgb(68, 82, 111)HSL
hsl(220, 24%, 35%)OKLCH
oklch(0.439 0.051 264.4)CMYK
cmyk(39%, 26%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4A64
2#364259
3#2F394D
4#293142
5#222937
6#1B212C
7#141921
8#0E1016
9#07080B
Tints
Lighter variations
1#506183
2#5D7198
3#6F82A7
4#8494B3
5#98A5C0
6#ADB7CD
7#C1C9D9
8#D6DBE6
9#EAEDF2
Tones
Muted variations
1#46536D
2#48546A
3#4A5468
4#4C5566
5#4F5664
6#515662
7#535760
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 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C0 #B6C0D2 | BordersInactive statesPlaceholder text |
| 400 | 909F #909FBB | Disabled statesSecondary iconsMuted text |
| 500 | 7183 #7183A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5567 #55678B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4452 #44526F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303B #303B4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9ECF1;
--charcoal-200: #D6DBE6;
--charcoal-300: #B6C0D2;
--charcoal-400: #909FBB;
--charcoal-500: #7183A8;
--charcoal-600: #55678B;
--charcoal-700: #44526F;
--charcoal-800: #303B4F;
--charcoal-900: #1F2633;
--charcoal-950: #131720;
}