Charcoal
#22305D
BlueColor Codes
All color formats for development
HEX
#22305DRGB
rgb(34, 48, 93)HSL
hsl(226, 46%, 25%)OKLCH
oklch(0.322 0.082 268.5)CMYK
cmyk(63%, 48%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2B54
2#1C264A
3#182241
4#151D38
5#11182F
6#0E1325
7#0A0E1C
8#070A13
9#030509
Tints
Lighter variations
1#2D3F79
2#374D95
3#415BB1
4#5770C1
5#7388CB
6#8FA0D6
7#ABB8E0
8#C7CFEA
9#E3E7F5
Tones
Muted variations
1#25325A
2#283357
3#2B3554
4#2E3651
5#31384E
6#34394B
7#373B49
8#3A3D46
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B6 #A9B6DF | BordersInactive statesPlaceholder text |
| 400 | 7D90 #7D90CF | Disabled statesSecondary iconsMuted text |
| 500 | 5770 #5770C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D55 #3D55A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3043 #304382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2230 #22305D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD6ED;
--charcoal-300: #A9B6DF;
--charcoal-400: #7D90CF;
--charcoal-500: #5770C1;
--charcoal-600: #3D55A4;
--charcoal-700: #304382;
--charcoal-800: #22305D;
--charcoal-900: #161F3C;
--charcoal-950: #0E1325;
}