Charcoal
#426570
CyanColor Codes
All color formats for development
HEX
#426570RGB
rgb(66, 101, 112)HSL
hsl(194, 26%, 35%)OKLCH
oklch(0.484 0.044 219.6)CMYK
cmyk(41%, 10%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5B65
2#35515A
3#2E474F
4#283D43
5#213338
6#1A292D
7#141E22
8#0D1416
9#070A0B
Tints
Lighter variations
1#4E7885
2#5B8B9A
3#6D9BA9
4#82A9B5
5#97B8C2
6#ABC6CE
7#C0D4DA
8#D5E2E6
9#EAF1F3
Tones
Muted variations
1#44646E
2#47636C
3#496269
4#4B6167
5#4E5F65
6#505E63
7#525D60
8#555C5E
9#575A5C
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 | D5E2 #D5E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CC #B5CCD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB2 #8FB2BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E9C #6E9CAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5380 #53808D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4266 #426670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F49 #2F4950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E33 | 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: #D5E2E6;
--charcoal-300: #B5CCD4;
--charcoal-400: #8FB2BD;
--charcoal-500: #6E9CAA;
--charcoal-600: #53808D;
--charcoal-700: #426670;
--charcoal-800: #2F4950;
--charcoal-900: #1E2E33;
--charcoal-950: #131D20;
}