Charcoal
#324781
BlueColor Codes
All color formats for development
HEX
#324781RGB
rgb(50, 71, 129)HSL
hsl(224, 44%, 35%)OKLCH
oklch(0.411 0.101 267)CMYK
cmyk(61%, 45%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4074
2#283967
3#23325A
4#1E2B4D
5#192340
6#141C33
7#0F1527
8#0A0E1A
9#05070D
Tints
Lighter variations
1#3B5498
2#4561B0
3#5873BE
4#7087C7
5#889BD1
6#A0AFDA
7#B7C3E3
8#CFD7EC
9#E7EBF6
Tones
Muted variations
1#36497D
2#3A4B79
3#3E4C75
4#424E71
5#46506D
6#4A5269
7#4D5465
8#515661
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 | ABB8 #ABB8DE | BordersInactive statesPlaceholder text |
| 400 | 7E93 #7E93CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A75 #5A75BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F59 #3F59A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3247 #324781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2433 #24335C | 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: #ABB8DE;
--charcoal-400: #7E93CD;
--charcoal-500: #5A75BF;
--charcoal-600: #3F59A2;
--charcoal-700: #324781;
--charcoal-800: #24335C;
--charcoal-900: #17203B;
--charcoal-950: #0E1425;
}