Charcoal
#44466F
BlueColor Codes
All color formats for development
HEX
#44466FRGB
rgb(68, 70, 111)HSL
hsl(237, 24%, 35%)OKLCH
oklch(0.411 0.068 280.8)CMYK
cmyk(39%, 37%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3F64
2#363859
3#2F314D
4#292A42
5#222337
6#1B1C2C
7#141521
8#0E0E16
9#07070B
Tints
Lighter variations
1#505383
2#5D6098
3#6F72A7
4#8486B3
5#989AC0
6#ADAECD
7#C1C3D9
8#D6D7E6
9#EAEBF2
Tones
Muted variations
1#46486D
2#484A6A
3#4A4C68
4#4C4E66
5#4F5064
6#515262
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 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B8 #B6B8D2 | BordersInactive statesPlaceholder text |
| 400 | 9092 #9092BB | Disabled statesSecondary iconsMuted text |
| 500 | 7173 #7173A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5558 #55588B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4446 #44466F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3032 #30324F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F20 #1F2033 | 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: #D6D7E6;
--charcoal-300: #B6B8D2;
--charcoal-400: #9092BB;
--charcoal-500: #7173A8;
--charcoal-600: #55588B;
--charcoal-700: #44466F;
--charcoal-800: #30324F;
--charcoal-900: #1F2033;
--charcoal-950: #131420;
}