Charcoal
#2D0949
PurpleColor Codes
All color formats for development
HEX
#2D0949RGB
rgb(45, 9, 73)HSL
hsl(274, 78%, 16%)OKLCH
oklch(0.245 0.11 304.8)CMYK
cmyk(38%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290841
2#24073A
3#200633
4#1B052C
5#170424
6#12041D
7#0E0316
8#09020F
9#050107
Tints
Lighter variations
1#450E6F
2#5C1295
3#7417BB
4#8C1CE1
5#9F40E7
6#B266EC
7#C58DF1
8#D9B3F6
9#ECD9FA
Tones
Muted variations
1#2D0C45
2#2C0F42
3#2C133F
4#2B163C
5#2B1939
6#2A1C36
7#2A1F32
8#2A222F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C4 #E1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA97 #CA97F2 | BordersInactive statesPlaceholder text |
| 400 | AF60 #AF60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9833 #9833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C19 #7C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6314 #63149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460E #460E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D09 #2D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1C06 #1C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FD;
--charcoal-100: #EFDFFB;
--charcoal-200: #E1C4F8;
--charcoal-300: #CA97F2;
--charcoal-400: #AF60EB;
--charcoal-500: #9833E6;
--charcoal-600: #7C19C8;
--charcoal-700: #63149F;
--charcoal-800: #460E71;
--charcoal-900: #2D0949;
--charcoal-950: #1C062D;
}