Charcoal
#44616F
BlueColor Codes
All color formats for development
HEX
#44616FRGB
rgb(68, 97, 111)HSL
hsl(200, 24%, 35%)OKLCH
oklch(0.475 0.041 229.4)CMYK
cmyk(39%, 13%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D5764
2#364D59
3#2F434D
4#293A42
5#223037
6#1B272C
7#141D21
8#0E1316
9#070A0B
Tints
Lighter variations
1#507283
2#5D8498
3#6F94A7
4#84A4B3
5#98B3C0
6#ADC2CD
7#C1D1D9
8#D6E1E6
9#EAF0F2
Tones
Muted variations
1#46606D
2#485F6A
3#4A5E68
4#4C5E66
5#4F5D64
6#515C62
7#535B60
8#555B5E
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E1 #D6E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C9 #B6C9D2 | BordersInactive statesPlaceholder text |
| 400 | 90AD #90ADBB | Disabled statesSecondary iconsMuted text |
| 500 | 7195 #7195A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5579 #55798B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4460 #44606F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3045 #30454F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2C #1F2C33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EFF1;
--charcoal-200: #D6E1E6;
--charcoal-300: #B6C9D2;
--charcoal-400: #90ADBB;
--charcoal-500: #7195A8;
--charcoal-600: #55798B;
--charcoal-700: #44606F;
--charcoal-800: #30454F;
--charcoal-900: #1F2C33;
--charcoal-950: #131C20;
}