Charcoal
#2A0B47
PurpleColor Codes
All color formats for development
HEX
#2A0B47RGB
rgb(42, 11, 71)HSL
hsl(271, 73%, 16%)OKLCH
oklch(0.241 0.104 302.5)CMYK
cmyk(41%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260A40
2#210938
3#1D0831
4#19072A
5#150623
6#11041C
7#0D0315
8#08020E
9#040107
Tints
Lighter variations
1#40116C
2#561791
3#6C1CB6
4#8222DB
5#9746E2
6#AB6BE8
7#C090EE
8#D5B5F3
9#EADAF9
Tones
Muted variations
1#2A0E44
2#2A1141
3#29143E
4#29173B
5#291A38
6#291D35
7#292032
8#29232F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C69A #C69AEF | BordersInactive statesPlaceholder text |
| 400 | A865 #A865E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8F38 #8F38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731E #731EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5B18 #5B189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4111 #41116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A0B #2A0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1A07 #1A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F2FD;
--charcoal-100: #EEE0FA;
--charcoal-200: #DFC6F6;
--charcoal-300: #C69AEF;
--charcoal-400: #A865E7;
--charcoal-500: #8F38E0;
--charcoal-600: #731EC2;
--charcoal-700: #5B189A;
--charcoal-800: #41116E;
--charcoal-900: #2A0B47;
--charcoal-950: #1A072C;
}