Charcoal
#22295D
BlueColor Codes
All color formats for development
HEX
#22295DRGB
rgb(34, 41, 93)HSL
hsl(233, 46%, 25%)OKLCH
oklch(0.306 0.092 273.9)CMYK
cmyk(63%, 56%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2554
2#1C214A
3#181D41
4#151938
5#11152F
6#0E1125
7#0A0C1C
8#070813
9#030409
Tints
Lighter variations
1#2D3679
2#374295
3#414EB1
4#5764C1
5#737ECB
6#8F98D6
7#ABB1E0
8#C7CBEA
9#E3E5F5
Tones
Muted variations
1#252C5A
2#282E57
3#2B3054
4#2E3251
5#31354E
6#34374B
7#373949
8#3A3B46
9#3D3E43
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 | A9B0 #A9B0DF | BordersInactive statesPlaceholder text |
| 400 | 7D86 #7D86CF | Disabled statesSecondary iconsMuted text |
| 500 | 5764 #5764C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D49 #3D49A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303A #303A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2229 #22295D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | 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: #A9B0DF;
--charcoal-400: #7D86CF;
--charcoal-500: #5764C1;
--charcoal-600: #3D49A4;
--charcoal-700: #303A82;
--charcoal-800: #22295D;
--charcoal-900: #161A3C;
--charcoal-950: #0E1125;
}