Charcoal
#22225E
BlueColor Codes
All color formats for development
HEX
#22225ERGB
rgb(34, 34, 94)HSL
hsl(240, 47%, 25%)OKLCH
oklch(0.292 0.104 277.8)CMYK
cmyk(64%, 64%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E1E54
2#1B1B4B
3#181842
4#141438
5#11112F
6#0E0E25
7#0A0A1C
8#070713
9#030309
Tints
Lighter variations
1#2C2C7A
2#363696
3#4040B2
4#5656C2
5#7272CC
6#8F8FD6
7#ABABE1
8#C7C7EB
9#E3E3F5
Tones
Muted variations
1#25255B
2#282858
3#2B2B55
4#2E2E52
5#31314F
6#34344C
7#373749
8#3A3A46
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9E0 | BordersInactive statesPlaceholder text |
| 400 | 7C7C #7C7CD0 | Disabled statesSecondary iconsMuted text |
| 500 | 5656 #5656C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B3B #3B3BA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F2F #2F2F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F6;
--charcoal-200: #CECEED;
--charcoal-300: #A9A9E0;
--charcoal-400: #7C7CD0;
--charcoal-500: #5656C2;
--charcoal-600: #3B3BA5;
--charcoal-700: #2F2F83;
--charcoal-800: #22225E;
--charcoal-900: #16163C;
--charcoal-950: #0E0E25;
}