Charcoal
#44486F
BlueColor Codes
All color formats for development
HEX
#44486FRGB
rgb(68, 72, 111)HSL
hsl(234, 24%, 35%)OKLCH
oklch(0.416 0.065 278.7)CMYK
cmyk(39%, 35%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4164
2#363A59
3#2F324D
4#292B42
5#222437
6#1B1D2C
7#141621
8#0E0E16
9#07070B
Tints
Lighter variations
1#505683
2#5D6398
3#6F75A7
4#8488B3
5#989CC0
6#ADB0CD
7#C1C4D9
8#D6D7E6
9#EAEBF2
Tones
Muted variations
1#464A6D
2#484C6A
3#4A4D68
4#4C4F66
5#4F5164
6#515262
7#535460
8#55565E
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B9 #B6B9D2 | BordersInactive statesPlaceholder text |
| 400 | 9095 #9095BB | Disabled statesSecondary iconsMuted text |
| 500 | 7176 #7176A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 555B #555B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4448 #44486F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3034 #30344F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F21 #1F2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D6D7E6;
--charcoal-300: #B6B9D2;
--charcoal-400: #9095BB;
--charcoal-500: #7176A8;
--charcoal-600: #555B8B;
--charcoal-700: #44486F;
--charcoal-800: #30344F;
--charcoal-900: #1F2133;
--charcoal-950: #131520;
}