Charcoal
#44456F
BlueColor Codes
All color formats for development
HEX
#44456FRGB
rgb(68, 69, 111)HSL
hsl(239, 24%, 35%)OKLCH
oklch(0.409 0.07 281.8)CMYK
cmyk(39%, 38%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3E64
2#363759
3#2F304D
4#292942
5#222237
6#1B1B2C
7#141521
8#0E0E16
9#07070B
Tints
Lighter variations
1#505183
2#5D5E98
3#6F70A7
4#8484B3
5#9899C0
6#ADADCD
7#C1C2D9
8#D6D6E6
9#EAEBF2
Tones
Muted variations
1#46476D
2#48496A
3#4A4B68
4#4C4D66
5#4F4F64
6#515162
7#535360
8#55555E
9#57575B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B7 #B6B7D2 | BordersInactive statesPlaceholder text |
| 400 | 9091 #9091BB | Disabled statesSecondary iconsMuted text |
| 500 | 7172 #7172A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5556 #55568B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4445 #44456F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3031 #30314F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F1F #1F1F33 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9E9F1;
--charcoal-200: #D6D6E6;
--charcoal-300: #B6B7D2;
--charcoal-400: #9091BB;
--charcoal-500: #7172A8;
--charcoal-600: #55568B;
--charcoal-700: #44456F;
--charcoal-800: #30314F;
--charcoal-900: #1F1F33;
--charcoal-950: #131420;
}