Charcoal
#240A48
PurpleColor Codes
All color formats for development
HEX
#240A48RGB
rgb(36, 10, 72)HSL
hsl(265, 76%, 16%)OKLCH
oklch(0.233 0.106 296)CMYK
cmyk(50%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200941
2#1D0839
3#190732
4#15062B
5#120524
6#0E041D
7#0B0316
8#07020E
9#040107
Tints
Lighter variations
1#360F6E
2#491493
3#5C19B9
4#6E1EDF
5#8643E5
6#9E68EA
7#B78EF0
8#CFB4F5
9#E7D9FA
Tones
Muted variations
1#240D45
2#251042
3#25133F
4#26163B
5#261938
6#271C35
7#271F32
8#28232F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD98 #BD98F1 | BordersInactive statesPlaceholder text |
| 400 | 9A62 #9A62EA | Disabled statesSecondary iconsMuted text |
| 500 | 7E35 #7E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 621B #621BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E15 #4E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 380F #380F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 240A #240A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F2FD;
--charcoal-100: #EBE0FB;
--charcoal-200: #DAC5F7;
--charcoal-300: #BD98F1;
--charcoal-400: #9A62EA;
--charcoal-500: #7E35E3;
--charcoal-600: #621BC5;
--charcoal-700: #4E159D;
--charcoal-800: #380F70;
--charcoal-900: #240A48;
--charcoal-950: #16062D;
}