Charcoal
#415071
BlueColor Codes
All color formats for development
HEX
#415071RGB
rgb(65, 80, 113)HSL
hsl(221, 27%, 35%)OKLCH
oklch(0.433 0.058 265.3)CMYK
cmyk(42%, 29%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4866
2#34405B
3#2E384F
4#273044
5#212839
6#1A202D
7#141822
8#0D1017
9#07080B
Tints
Lighter variations
1#4D5F86
2#596E9B
3#6C7FAA
4#8192B6
5#96A4C3
6#ABB6CF
7#C0C8DB
8#D5DBE7
9#EAEDF3
Tones
Muted variations
1#44516F
2#46526D
3#48536A
4#4B5468
5#4D5565
6#505663
7#525760
8#54575E
9#57585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BF #B5BFD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9D #8E9DBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D81 #6D81AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5265 #52658E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4150 #415071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F39 #2F3951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2534 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5DBE7;
--charcoal-300: #B5BFD4;
--charcoal-400: #8E9DBE;
--charcoal-500: #6D81AB;
--charcoal-600: #52658E;
--charcoal-700: #415071;
--charcoal-800: #2F3951;
--charcoal-900: #1E2534;
--charcoal-950: #131720;
}