Charcoal
#426470
BlueColor Codes
All color formats for development
HEX
#426470RGB
rgb(66, 100, 112)HSL
hsl(196, 26%, 35%)OKLCH
oklch(0.482 0.044 222.1)CMYK
cmyk(41%, 11%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5A65
2#35505A
3#2E464F
4#283C43
5#213238
6#1A282D
7#141E22
8#0D1416
9#070A0B
Tints
Lighter variations
1#4E7785
2#5B899A
3#6D99A9
4#82A8B5
5#97B6C2
6#ABC5CE
7#C0D3DA
8#D5E2E6
9#EAF0F3
Tones
Muted variations
1#44636E
2#47626C
3#496169
4#4B6067
5#4E5F65
6#505E63
7#525C60
8#555B5E
9#575A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CB #B5CBD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB1 #8FB1BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E9A #6E9AAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 537E #537E8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4264 #426470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F47 #2F4750 | 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: #E9EFF2;
--charcoal-200: #D5E2E6;
--charcoal-300: #B5CBD4;
--charcoal-400: #8FB1BD;
--charcoal-500: #6E9AAA;
--charcoal-600: #537E8D;
--charcoal-700: #426470;
--charcoal-800: #2F4750;
--charcoal-900: #1E2E33;
--charcoal-950: #131D20;
}