Charcoal
#444A6F
BlueColor Codes
All color formats for development
HEX
#444A6FRGB
rgb(68, 74, 111)HSL
hsl(232, 24%, 35%)OKLCH
oklch(0.42 0.062 276.3)CMYK
cmyk(39%, 33%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4264
2#363B59
3#2F334D
4#292C42
5#222537
6#1B1D2C
7#141621
8#0E0F16
9#07070B
Tints
Lighter variations
1#505783
2#5D6598
3#6F77A7
4#848AB3
5#989EC0
6#ADB1CD
7#C1C5D9
8#D6D8E6
9#EAECF2
Tones
Muted variations
1#464B6D
2#484D6A
3#4A4E68
4#4C5066
5#4F5164
6#515362
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 | D6D8 #D6D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BA #B6BAD2 | BordersInactive statesPlaceholder text |
| 400 | 9096 #9096BB | Disabled statesSecondary iconsMuted text |
| 500 | 7178 #7178A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 555C #555C8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444A #444A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3035 #30354F | 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: #D6D8E6;
--charcoal-300: #B6BAD2;
--charcoal-400: #9096BB;
--charcoal-500: #7178A8;
--charcoal-600: #555C8B;
--charcoal-700: #444A6F;
--charcoal-800: #30354F;
--charcoal-900: #1F2233;
--charcoal-950: #131520;
}