Charcoal
#220B46
PurpleColor Codes
All color formats for development
HEX
#220B46RGB
rgb(34, 11, 70)HSL
hsl(263, 73%, 16%)OKLCH
oklch(0.229 0.102 294.7)CMYK
cmyk(51%, 84%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0A40
2#1B0938
3#180831
4#14072A
5#110623
6#0E041C
7#0A0315
8#07020E
9#030107
Tints
Lighter variations
1#34116C
2#451791
3#571CB6
4#6922DB
5#8246E2
6#9B6BE8
7#B490EE
8#CDB5F3
9#E6DAF9
Tones
Muted variations
1#230E44
2#231141
3#24143E
4#25173B
5#251A38
6#261D35
7#272032
8#27232F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C6 #D8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA9A #BA9AEF | BordersInactive statesPlaceholder text |
| 400 | 9765 #9765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7938 #7938E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1E #5D1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A18 #4A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3511 #35116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F2FD;
--charcoal-100: #EAE0FA;
--charcoal-200: #D8C6F6;
--charcoal-300: #BA9AEF;
--charcoal-400: #9765E7;
--charcoal-500: #7938E0;
--charcoal-600: #5D1EC2;
--charcoal-700: #4A189A;
--charcoal-800: #35116E;
--charcoal-900: #220B47;
--charcoal-950: #15072C;
}