Charcoal
#334580
BlueColor Codes
All color formats for development
HEX
#334580RGB
rgb(51, 69, 128)HSL
hsl(226, 43%, 35%)OKLCH
oklch(0.407 0.101 268.8)CMYK
cmyk(60%, 46%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3E73
2#293766
3#243059
4#1F294D
5#192240
6#141C33
7#0F1526
8#0A0E1A
9#05070D
Tints
Lighter variations
1#3C5297
2#465EAF
3#5970BD
4#7185C6
5#8899D0
6#A0ADD9
7#B8C2E3
8#D0D6EC
9#E7EBF6
Tones
Muted variations
1#37477C
2#3B4978
3#3E4B74
4#424D70
5#464F6C
6#4A5169
7#4E5365
8#525561
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7F91 #7F91CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B72 #5B72BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4056 #4056A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3345 #334580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2431 #24315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #D0D6EC;
--charcoal-300: #ABB7DE;
--charcoal-400: #7F91CC;
--charcoal-500: #5B72BE;
--charcoal-600: #4056A0;
--charcoal-700: #334580;
--charcoal-800: #24315B;
--charcoal-900: #171F3A;
--charcoal-950: #0F1424;
}