Charcoal
#425570
BlueColor Codes
All color formats for development
HEX
#425570RGB
rgb(66, 85, 112)HSL
hsl(215, 26%, 35%)OKLCH
oklch(0.445 0.051 257.2)CMYK
cmyk(41%, 24%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4D65
2#35445A
3#2E3C4F
4#283343
5#212B38
6#1A222D
7#141A22
8#0D1116
9#07090B
Tints
Lighter variations
1#4E6585
2#5B759A
3#6D86A9
4#8297B5
5#97A9C2
6#ABBACE
7#C0CBDA
8#D5DCE6
9#EAEEF3
Tones
Muted variations
1#44566E
2#47566C
3#495769
4#4B5767
5#4E5765
6#505863
7#525860
8#55585E
9#57595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DC #D5DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C2 #B5C2D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA2 #8FA2BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E87 #6E87AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536B #536B8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4255 #425570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3D #2F3D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E27 #1E2733 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E9ECF2;
--charcoal-200: #D5DCE6;
--charcoal-300: #B5C2D4;
--charcoal-400: #8FA2BD;
--charcoal-500: #6E87AA;
--charcoal-600: #536B8D;
--charcoal-700: #425570;
--charcoal-800: #2F3D50;
--charcoal-900: #1E2733;
--charcoal-950: #131820;
}