Charcoal
#44646F
BlueColor Codes
All color formats for development
HEX
#44646FRGB
rgb(68, 100, 111)HSL
hsl(195, 24%, 35%)OKLCH
oklch(0.483 0.041 221.4)CMYK
cmyk(39%, 10%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D5A64
2#365059
3#2F464D
4#293C42
5#223237
6#1B282C
7#141E21
8#0E1416
9#070A0B
Tints
Lighter variations
1#507783
2#5D8998
3#6F99A7
4#84A7B3
5#98B6C0
6#ADC5CD
7#C1D3D9
8#D6E2E6
9#EAF0F2
Tones
Muted variations
1#46636D
2#48626A
3#4A6168
4#4C6066
5#4F5F64
6#515E62
7#535C60
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 | D6E2 #D6E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CB #B6CBD2 | BordersInactive statesPlaceholder text |
| 400 | 90B0 #90B0BB | Disabled statesSecondary iconsMuted text |
| 500 | 719A #719AA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 557E #557E8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4464 #44646F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3047 #30474F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2E #1F2E33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EFF1;
--charcoal-200: #D6E2E6;
--charcoal-300: #B6CBD2;
--charcoal-400: #90B0BB;
--charcoal-500: #719AA8;
--charcoal-600: #557E8B;
--charcoal-700: #44646F;
--charcoal-800: #30474F;
--charcoal-900: #1F2E33;
--charcoal-950: #131D20;
}