Charcoal
#444B6F
BlueColor Codes
All color formats for development
HEX
#444B6FRGB
rgb(68, 75, 111)HSL
hsl(230, 24%, 35%)OKLCH
oklch(0.423 0.061 275.1)CMYK
cmyk(39%, 32%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4364
2#363C59
3#2F344D
4#292D42
5#222537
6#1B1E2C
7#141621
8#0E0F16
9#07070B
Tints
Lighter variations
1#505983
2#5D6798
3#6F78A7
4#848CB3
5#989FC0
6#ADB2CD
7#C1C5D9
8#D6D9E6
9#EAECF2
Tones
Muted variations
1#464C6D
2#484E6A
3#4A4F68
4#4C5166
5#4F5264
6#515462
7#535560
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 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BB #B6BBD2 | BordersInactive statesPlaceholder text |
| 400 | 9097 #9097BB | Disabled statesSecondary iconsMuted text |
| 500 | 717A #717AA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 555E #555E8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444B #444B6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3036 #30364F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F22 #1F2233 | 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: #D6D9E6;
--charcoal-300: #B6BBD2;
--charcoal-400: #9097BB;
--charcoal-500: #717AA8;
--charcoal-600: #555E8B;
--charcoal-700: #444B6F;
--charcoal-800: #30364F;
--charcoal-900: #1F2233;
--charcoal-950: #131520;
}