Charcoal
#22315D
BlueColor Codes
All color formats for development
HEX
#22315DRGB
rgb(34, 49, 93)HSL
hsl(225, 46%, 25%)OKLCH
oklch(0.325 0.081 267.6)CMYK
cmyk(63%, 47%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2C54
2#1C274A
3#182241
4#151D38
5#11192F
6#0E1425
7#0A0F1C
8#070A13
9#030509
Tints
Lighter variations
1#2D4079
2#374F95
3#415DB1
4#5772C1
5#7389CB
6#8FA1D6
7#ABB8E0
8#C7D0EA
9#E3E7F5
Tones
Muted variations
1#25335A
2#283457
3#2B3554
4#2E3751
5#31384E
6#343A4B
7#373B49
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 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7DF | BordersInactive statesPlaceholder text |
| 400 | 7D91 #7D91CF | Disabled statesSecondary iconsMuted text |
| 500 | 5772 #5772C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D56 #3D56A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3045 #304582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2231 #22315D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | 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: #CFD6ED;
--charcoal-300: #A9B7DF;
--charcoal-400: #7D91CF;
--charcoal-500: #5772C1;
--charcoal-600: #3D56A4;
--charcoal-700: #304582;
--charcoal-800: #22315D;
--charcoal-900: #161F3C;
--charcoal-950: #0E1425;
}