Charcoal
#22285D
BlueColor Codes
All color formats for development
HEX
#22285DRGB
rgb(34, 40, 93)HSL
hsl(234, 46%, 25%)OKLCH
oklch(0.304 0.094 274.5)CMYK
cmyk(63%, 57%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2454
2#1C204A
3#181C41
4#151838
5#11142F
6#0E1025
7#0A0C1C
8#070813
9#030409
Tints
Lighter variations
1#2D3479
2#374095
3#414DB1
4#5762C1
5#737CCB
6#8F96D6
7#ABB1E0
8#C7CBEA
9#E3E5F5
Tones
Muted variations
1#252B5A
2#282D57
3#2B2F54
4#2E3251
5#31344E
6#34364B
7#373949
8#3A3B46
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AF #A9AFDF | BordersInactive statesPlaceholder text |
| 400 | 7D85 #7D85CF | Disabled statesSecondary iconsMuted text |
| 500 | 5762 #5762C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D47 #3D47A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3038 #303882 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2228 #22285D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #CFD2ED;
--charcoal-300: #A9AFDF;
--charcoal-400: #7D85CF;
--charcoal-500: #5762C1;
--charcoal-600: #3D47A4;
--charcoal-700: #303882;
--charcoal-800: #22285D;
--charcoal-900: #161A3C;
--charcoal-950: #0E1025;
}