Charcoal
#210949
PurpleColor Codes
All color formats for development
HEX
#210949RGB
rgb(33, 9, 73)HSL
hsl(263, 78%, 16%)OKLCH
oklch(0.228 0.108 292.7)CMYK
cmyk(55%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0841
2#1B073A
3#170633
4#14052C
5#110424
6#0D041D
7#0A0316
8#07020F
9#030107
Tints
Lighter variations
1#330E6F
2#441295
3#5617BB
4#671CE1
5#8040E7
6#9A66EC
7#B38DF1
8#CCB3F6
9#E6D9FA
Tones
Muted variations
1#220C45
2#230F42
3#24133F
4#24163C
5#251939
6#261C36
7#271F32
8#27222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C4 #D8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA97 #BA97F2 | BordersInactive statesPlaceholder text |
| 400 | 9660 #9660EB | Disabled statesSecondary iconsMuted text |
| 500 | 7733 #7733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C19 #5C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4914 #49149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340E #340E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F1FD;
--charcoal-100: #EADFFB;
--charcoal-200: #D8C4F8;
--charcoal-300: #BA97F2;
--charcoal-400: #9660EB;
--charcoal-500: #7733E6;
--charcoal-600: #5C19C8;
--charcoal-700: #49149F;
--charcoal-800: #340E71;
--charcoal-900: #210949;
--charcoal-950: #15062D;
}