Charcoal
#426270
BlueColor Codes
All color formats for development
HEX
#426270RGB
rgb(66, 98, 112)HSL
hsl(198, 26%, 35%)OKLCH
oklch(0.477 0.044 227.1)CMYK
cmyk(41%, 13%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5965
2#354F5A
3#2E454F
4#283B43
5#213138
6#1A272D
7#141E22
8#0D1416
9#070A0B
Tints
Lighter variations
1#4E7585
2#5B879A
3#6D97A9
4#82A6B5
5#97B5C2
6#ABC4CE
7#C0D2DA
8#D5E1E6
9#EAF0F3
Tones
Muted variations
1#44626E
2#47616C
3#496069
4#4B5F67
5#4E5E65
6#505D63
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 | D5E1 #D5E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CA #B5CAD4 | BordersInactive statesPlaceholder text |
| 400 | 8FAF #8FAFBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E98 #6E98AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 537C #537C8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4263 #426370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F46 #2F4650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2D #1E2D33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EFF2;
--charcoal-200: #D5E1E6;
--charcoal-300: #B5CAD4;
--charcoal-400: #8FAFBD;
--charcoal-500: #6E98AA;
--charcoal-600: #537C8D;
--charcoal-700: #426370;
--charcoal-800: #2F4650;
--charcoal-900: #1E2D33;
--charcoal-950: #131C20;
}