Charcoal
#2A064B
PurpleColor Codes
All color formats for development
HEX
#2A064BRGB
rgb(42, 6, 75)HSL
hsl(271, 85%, 16%)OKLCH
oklch(0.239 0.115 301.3)CMYK
cmyk(44%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260644
2#22053C
3#1D0435
4#19042D
5#150326
6#11021E
7#0D0217
8#08010F
9#040108
Tints
Lighter variations
1#400973
2#560D9B
3#6C10C2
4#8213EA
5#9739EF
6#AC60F2
7#C188F5
8#D5B0F9
9#EAD7FC
Tones
Muted variations
1#2A0A48
2#2A0D45
3#2A1141
4#29143E
5#29173A
6#291B37
7#291E33
8#292230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC2 #DFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C692 #C692F6 | BordersInactive statesPlaceholder text |
| 400 | A85A #A85AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 902B #902BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7311 #7311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0D #5C0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 420A #420A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A06 #2A064B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FE;
--charcoal-100: #EEDEFC;
--charcoal-200: #DFC2FA;
--charcoal-300: #C692F6;
--charcoal-400: #A85AF2;
--charcoal-500: #902BEE;
--charcoal-600: #7311D0;
--charcoal-700: #5C0DA5;
--charcoal-800: #420A76;
--charcoal-900: #2A064B;
--charcoal-950: #1A042F;
}