Charcoal
#22315E
BlueColor Codes
All color formats for development
HEX
#22315ERGB
rgb(34, 49, 94)HSL
hsl(225, 47%, 25%)OKLCH
oklch(0.326 0.082 267.8)CMYK
cmyk(64%, 48%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2C54
2#1B274B
3#182242
4#141D38
5#11182F
6#0E1425
7#0A0F1C
8#070A13
9#030509
Tints
Lighter variations
1#2C3F7A
2#364E96
3#405DB2
4#5671C2
5#7289CC
6#8FA1D6
7#ABB8E1
8#C7D0EB
9#E3E7F5
Tones
Muted variations
1#25325B
2#283458
3#2B3555
4#2E3752
5#31384F
6#343A4C
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 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED6 #CED6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7E0 | BordersInactive statesPlaceholder text |
| 400 | 7C91 #7C91D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5671 #5671C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B56 #3B56A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F44 #2F4483 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2231 #22315E | 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: #E5E9F6;
--charcoal-200: #CED6ED;
--charcoal-300: #A9B7E0;
--charcoal-400: #7C91D0;
--charcoal-500: #5671C2;
--charcoal-600: #3B56A5;
--charcoal-700: #2F4483;
--charcoal-800: #22315E;
--charcoal-900: #161F3C;
--charcoal-950: #0E1425;
}