Charcoal
#444D6F
BlueColor Codes
All color formats for development
HEX
#444D6FRGB
rgb(68, 77, 111)HSL
hsl(227, 24%, 35%)OKLCH
oklch(0.427 0.058 272.4)CMYK
cmyk(39%, 31%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4564
2#363E59
3#2F364D
4#292E42
5#222737
6#1B1F2C
7#141721
8#0E0F16
9#07080B
Tints
Lighter variations
1#505B83
2#5D6A98
3#6F7BA7
4#848EB3
5#98A1C0
6#ADB4CD
7#C1C7D9
8#D6D9E6
9#EAECF2
Tones
Muted variations
1#464E6D
2#48506A
3#4A5168
4#4C5266
5#4F5364
6#515462
7#535660
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BC #B6BCD2 | BordersInactive statesPlaceholder text |
| 400 | 909A #909ABB | Disabled statesSecondary iconsMuted text |
| 500 | 717D #717DA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5561 #55618B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444D #444D6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3037 #30374F | 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: #E9EBF1;
--charcoal-200: #D6D9E6;
--charcoal-300: #B6BCD2;
--charcoal-400: #909ABB;
--charcoal-500: #717DA8;
--charcoal-600: #55618B;
--charcoal-700: #444D6F;
--charcoal-800: #30374F;
--charcoal-900: #1F2333;
--charcoal-950: #131620;
}