Charcoal
#425670
BlueColor Codes
All color formats for development
HEX
#425670RGB
rgb(66, 86, 112)HSL
hsl(214, 26%, 35%)OKLCH
oklch(0.448 0.05 255.2)CMYK
cmyk(41%, 23%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4E65
2#35455A
3#2E3C4F
4#283443
5#212B38
6#1A222D
7#141A22
8#0D1116
9#07090B
Tints
Lighter variations
1#4E6685
2#5B769A
3#6D87A9
4#8298B5
5#97A9C2
6#ABBACE
7#C0CCDA
8#D5DDE6
9#EAEEF3
Tones
Muted variations
1#44566E
2#47576C
3#495769
4#4B5767
5#4E5865
6#505863
7#525860
8#55595E
9#57595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DD #D5DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C2 #B5C2D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA3 #8FA3BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E88 #6E88AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536C #536C8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4256 #425670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3E #2F3E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E27 #1E2733 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E9EDF2;
--charcoal-200: #D5DDE6;
--charcoal-300: #B5C2D4;
--charcoal-400: #8FA3BD;
--charcoal-500: #6E88AA;
--charcoal-600: #536C8D;
--charcoal-700: #425670;
--charcoal-800: #2F3E50;
--charcoal-900: #1E2733;
--charcoal-950: #131920;
}