Charcoal
#324681
BlueColor Codes
All color formats for development
HEX
#324681RGB
rgb(50, 70, 129)HSL
hsl(225, 44%, 35%)OKLCH
oklch(0.409 0.102 267.7)CMYK
cmyk(61%, 46%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3F74
2#283867
3#23315A
4#1E2A4D
5#192340
6#141C33
7#0F1527
8#0A0E1A
9#05070D
Tints
Lighter variations
1#3B5398
2#455FB0
3#5871BE
4#7086C7
5#889AD1
6#A0AEDA
7#B7C2E3
8#CFD7EC
9#E7EBF6
Tones
Muted variations
1#36487D
2#3A4A79
3#3E4C75
4#424D71
5#464F6D
6#4A5169
7#4D5365
8#515561
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 | CFD7 #CFD7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E92 #7E92CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A73 #5A73BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F58 #3F58A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3246 #324681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2432 #24325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1720 #17203B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD7EC;
--charcoal-300: #ABB7DE;
--charcoal-400: #7E92CD;
--charcoal-500: #5A73BF;
--charcoal-600: #3F58A2;
--charcoal-700: #324681;
--charcoal-800: #24325C;
--charcoal-900: #17203B;
--charcoal-950: #0E1425;
}