Charcoal
#444C6F
BlueColor Codes
All color formats for development
HEX
#444C6FRGB
rgb(68, 76, 111)HSL
hsl(229, 24%, 35%)OKLCH
oklch(0.425 0.059 273.8)CMYK
cmyk(39%, 32%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4464
2#363D59
3#2F354D
4#292D42
5#222637
6#1B1E2C
7#141721
8#0E0F16
9#07080B
Tints
Lighter variations
1#505A83
2#5D6898
3#6F79A7
4#848CB3
5#98A0C0
6#ADB3CD
7#C1C6D9
8#D6D9E6
9#EAECF2
Tones
Muted variations
1#464D6D
2#484E6A
3#4A5068
4#4C5166
5#4F5264
6#515462
7#535560
8#55575E
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 | 9098 #9098BB | Disabled statesSecondary iconsMuted text |
| 500 | 717B #717BA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 555F #555F8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444C #444C6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3036 #30364F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F23 #1F2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | 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: #9098BB;
--charcoal-500: #717BA8;
--charcoal-600: #555F8B;
--charcoal-700: #444C6F;
--charcoal-800: #30364F;
--charcoal-900: #1F2333;
--charcoal-950: #131620;
}