Charcoal
#2A0948
PurpleColor Codes
All color formats for development
HEX
#2A0948RGB
rgb(42, 9, 72)HSL
hsl(271, 78%, 16%)OKLCH
oklch(0.24 0.108 302.4)CMYK
cmyk(42%, 88%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260841
2#21073A
3#1D0633
4#19052C
5#150424
6#11041D
7#0D0316
8#08020F
9#040107
Tints
Lighter variations
1#400E6F
2#561295
3#6C17BB
4#821CE1
5#9740E7
6#AC66EC
7#C08DF1
8#D5B3F6
9#EAD9FA
Tones
Muted variations
1#2A0C45
2#2A0F42
3#2A133F
4#29163C
5#291939
6#291C36
7#291F32
8#29222F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC4 #DFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A860 #A860EB | Disabled statesSecondary iconsMuted text |
| 500 | 8F33 #8F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7319 #7319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C14 #5C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410E #410E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FD;
--charcoal-100: #EEDFFB;
--charcoal-200: #DFC4F8;
--charcoal-300: #C697F2;
--charcoal-400: #A860EB;
--charcoal-500: #8F33E6;
--charcoal-600: #7319C8;
--charcoal-700: #5C149F;
--charcoal-800: #410E71;
--charcoal-900: #2A0949;
--charcoal-950: #1A062D;
}