Charcoal
#44516F
BlueColor Codes
All color formats for development
HEX
#44516FRGB
rgb(68, 81, 111)HSL
hsl(222, 24%, 35%)OKLCH
oklch(0.437 0.053 266.2)CMYK
cmyk(39%, 27%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4964
2#364159
3#2F384D
4#293042
5#222837
6#1B202C
7#141821
8#0E1016
9#07080B
Tints
Lighter variations
1#506083
2#5D6F98
3#6F80A7
4#8492B3
5#98A4C0
6#ADB6CD
7#C1C9D9
8#D6DBE6
9#EAEDF2
Tones
Muted variations
1#46526D
2#48526A
3#4A5368
4#4C5466
5#4F5564
6#515662
7#535760
8#55585E
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BF #B6BFD2 | BordersInactive statesPlaceholder text |
| 400 | 909D #909DBB | Disabled statesSecondary iconsMuted text |
| 500 | 7181 #7181A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5565 #55658B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4451 #44516F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303A #303A4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F25 #1F2533 | 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: #E9EBF1;
--charcoal-200: #D6DBE6;
--charcoal-300: #B6BFD2;
--charcoal-400: #909DBB;
--charcoal-500: #7181A8;
--charcoal-600: #55658B;
--charcoal-700: #44516F;
--charcoal-800: #303A4F;
--charcoal-900: #1F2533;
--charcoal-950: #131720;
}