Charcoal
#22325D
BlueColor Codes
All color formats for development
HEX
#22325DRGB
rgb(34, 50, 93)HSL
hsl(224, 46%, 25%)OKLCH
oklch(0.327 0.079 266.7)CMYK
cmyk(63%, 46%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2D54
2#1C284A
3#182341
4#151E38
5#11192F
6#0E1425
7#0A0F1C
8#070A13
9#030509
Tints
Lighter variations
1#2D4179
2#375095
3#415FB1
4#5774C1
5#738BCB
6#8FA2D6
7#ABB9E0
8#C7D1EA
9#E3E8F5
Tones
Muted variations
1#25335A
2#283557
3#2B3654
4#2E3851
5#31394E
6#343A4B
7#373C49
8#3A3D46
9#3D3E43
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 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B8 #A9B8DF | BordersInactive statesPlaceholder text |
| 400 | 7D93 #7D93CF | Disabled statesSecondary iconsMuted text |
| 500 | 5774 #5774C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D58 #3D58A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3046 #304682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | 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: #CFD7ED;
--charcoal-300: #A9B8DF;
--charcoal-400: #7D93CF;
--charcoal-500: #5774C1;
--charcoal-600: #3D58A4;
--charcoal-700: #304682;
--charcoal-800: #22325D;
--charcoal-900: #16203C;
--charcoal-950: #0E1425;
}