Charcoal
#2A0849
PurpleColor Codes
All color formats for development
HEX
#2A0849RGB
rgb(42, 8, 73)HSL
hsl(271, 80%, 16%)OKLCH
oklch(0.24 0.11 302)CMYK
cmyk(42%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260742
2#22073B
3#1D0633
4#19052C
5#150425
6#11031D
7#0D0216
8#08020F
9#040107
Tints
Lighter variations
1#400C70
2#561197
3#6C15BD
4#8219E4
5#973EEA
6#AC65EE
7#C08BF2
8#D5B2F6
9#EAD8FB
Tones
Muted variations
1#2A0B46
2#2A0F43
3#2A1240
4#29153C
5#291839
6#291C36
7#291F33
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 | DFC3 #DFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C695 #C695F3 | BordersInactive statesPlaceholder text |
| 400 | A85E #A85EED | Disabled statesSecondary iconsMuted text |
| 500 | 8F30 #8F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7316 #7316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C12 #5C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410D #410D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A08 #2A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FD;
--charcoal-100: #EEDFFB;
--charcoal-200: #DFC3F8;
--charcoal-300: #C695F3;
--charcoal-400: #A85EED;
--charcoal-500: #8F30E8;
--charcoal-600: #7316CA;
--charcoal-700: #5C12A1;
--charcoal-800: #410D73;
--charcoal-900: #2A0849;
--charcoal-950: #1A052E;
}