Charcoal
#444F6F
BlueColor Codes
All color formats for development
HEX
#444F6FRGB
rgb(68, 79, 111)HSL
hsl(225, 24%, 35%)OKLCH
oklch(0.432 0.055 269.4)CMYK
cmyk(39%, 29%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D4764
2#363F59
3#2F374D
4#292F42
5#222737
6#1B1F2C
7#141821
8#0E1016
9#07080B
Tints
Lighter variations
1#505D83
2#5D6C98
3#6F7DA7
4#8490B3
5#98A2C0
6#ADB5CD
7#C1C7D9
8#D6DAE6
9#EAECF2
Tones
Muted variations
1#46506D
2#48516A
3#4A5268
4#4C5366
5#4F5464
6#515562
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 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD2 | BordersInactive statesPlaceholder text |
| 400 | 909B #909BBB | Disabled statesSecondary iconsMuted text |
| 500 | 717E #717EA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5563 #55638B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444F #444F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3038 #30384F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | 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: #D6DAE6;
--charcoal-300: #B6BDD2;
--charcoal-400: #909BBB;
--charcoal-500: #717EA8;
--charcoal-600: #55638B;
--charcoal-700: #444F6F;
--charcoal-800: #30384F;
--charcoal-900: #1F2433;
--charcoal-950: #131620;
}