Charcoal
#210B47
PurpleColor Codes
All color formats for development
HEX
#210B47RGB
rgb(33, 11, 71)HSL
hsl(262, 73%, 16%)OKLCH
oklch(0.229 0.103 293.1)CMYK
cmyk(54%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0A40
2#1A0938
3#170831
4#14072A
5#100623
6#0D041C
7#0A0315
8#07020E
9#030107
Tints
Lighter variations
1#32116C
2#431791
3#551CB6
4#6622DB
5#7F46E2
6#996BE8
7#B290EE
8#CCB5F3
9#E5DAF9
Tones
Muted variations
1#220E44
2#221141
3#23143E
4#24173B
5#251A38
6#261D35
7#262032
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 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B99A #B99AEF | BordersInactive statesPlaceholder text |
| 400 | 9465 #9465E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7638 #7638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1E #5A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4818 #48189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3311 #33116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 210B #210B47 | 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: #D7C6F6;
--charcoal-300: #B99AEF;
--charcoal-400: #9465E7;
--charcoal-500: #7638E0;
--charcoal-600: #5A1EC2;
--charcoal-700: #48189A;
--charcoal-800: #33116E;
--charcoal-900: #210B47;
--charcoal-950: #15072C;
}