Charcoal
#260A48
PurpleColor Codes
All color formats for development
HEX
#260A48RGB
rgb(38, 10, 72)HSL
hsl(267, 76%, 16%)OKLCH
oklch(0.235 0.106 298.1)CMYK
cmyk(47%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220941
2#1E0839
3#1A0732
4#17062B
5#130524
6#0F041D
7#0B0316
8#08020E
9#040107
Tints
Lighter variations
1#390F6E
2#4D1493
3#6119B9
4#751EDF
5#8C43E5
6#A368EA
7#BA8EF0
8#D1B4F5
9#E8D9FA
Tones
Muted variations
1#260D45
2#261042
3#27133F
4#27163B
5#271938
6#281C35
7#281F32
8#28232F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C098 #C098F1 | BordersInactive statesPlaceholder text |
| 400 | 9F62 #9F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 8435 #8435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681B #681BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F2FD;
--charcoal-100: #ECE0FB;
--charcoal-200: #DBC5F7;
--charcoal-300: #C098F1;
--charcoal-400: #9F62EA;
--charcoal-500: #8435E3;
--charcoal-600: #681BC5;
--charcoal-700: #52159D;
--charcoal-800: #3B0F70;
--charcoal-900: #260A48;
--charcoal-950: #18062D;
}