Charcoal
#44666F
CyanColor Codes
All color formats for development
HEX
#44666FRGB
rgb(68, 102, 111)HSL
hsl(193, 24%, 35%)OKLCH
oklch(0.488 0.042 216.1)CMYK
cmyk(39%, 8%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D5B64
2#365159
3#2F474D
4#293D42
5#223337
6#1B292C
7#141E21
8#0E1416
9#070A0B
Tints
Lighter variations
1#507883
2#5D8B98
3#6F9BA7
4#84A9B3
5#98B7C0
6#ADC6CD
7#C1D4D9
8#D6E2E6
9#EAF1F2
Tones
Muted variations
1#46646D
2#48636A
3#4A6268
4#4C6166
5#4F5F64
6#515E62
7#535D60
8#555C5E
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E2 #D6E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CC #B6CCD2 | BordersInactive statesPlaceholder text |
| 400 | 90B2 #90B2BB | Disabled statesSecondary iconsMuted text |
| 500 | 719C #719CA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 557F #557F8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4465 #44656F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3048 #30484F | 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: #E9F0F1;
--charcoal-200: #D6E2E6;
--charcoal-300: #B6CCD2;
--charcoal-400: #90B2BB;
--charcoal-500: #719CA8;
--charcoal-600: #557F8B;
--charcoal-700: #44656F;
--charcoal-800: #30484F;
--charcoal-900: #1F2E33;
--charcoal-950: #131D20;
}