Charcoal
#426670
CyanColor Codes
All color formats for development
HEX
#426670RGB
rgb(66, 102, 112)HSL
hsl(193, 26%, 35%)OKLCH
oklch(0.487 0.044 217.2)CMYK
cmyk(41%, 9%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5C65
2#35525A
3#2E484F
4#283D43
5#213338
6#1A292D
7#141F22
8#0D1416
9#070A0B
Tints
Lighter variations
1#4E7985
2#5B8C9A
3#6D9CA9
4#82AAB5
5#97B8C2
6#ABC6CE
7#C0D5DA
8#D5E3E6
9#EAF1F3
Tones
Muted variations
1#44656E
2#47646C
3#496269
4#4B6167
5#4E6065
6#505F63
7#525D60
8#555C5E
9#575B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CD #B5CDD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB3 #8FB3BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E9D #6E9DAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5381 #53818D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4266 #426670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F49 #2F4950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F33 | 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: #F5F8F9;
--charcoal-100: #E9F0F2;
--charcoal-200: #D5E3E6;
--charcoal-300: #B5CDD4;
--charcoal-400: #8FB3BD;
--charcoal-500: #6E9DAA;
--charcoal-600: #53818D;
--charcoal-700: #426670;
--charcoal-800: #2F4950;
--charcoal-900: #1E2F33;
--charcoal-950: #131D20;
}