Charcoal
#2C0949
PurpleColor Codes
All color formats for development
HEX
#2C0949RGB
rgb(44, 9, 73)HSL
hsl(273, 78%, 16%)OKLCH
oklch(0.244 0.109 303.8)CMYK
cmyk(40%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280841
2#23073A
3#1F0633
4#1A052C
5#160424
6#12041D
7#0D0316
8#09020F
9#040107
Tints
Lighter variations
1#430E6F
2#5A1295
3#7117BB
4#881CE1
5#9C40E7
6#B066EC
7#C48DF1
8#D8B3F6
9#EBD9FA
Tones
Muted variations
1#2C0C45
2#2B0F42
3#2B133F
4#2B163C
5#2A1939
6#2A1C36
7#2A1F32
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 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C997 #C997F2 | BordersInactive statesPlaceholder text |
| 400 | AD60 #AD60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9533 #9533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7919 #7919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6014 #60149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450E #450E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FD;
--charcoal-100: #EFDFFB;
--charcoal-200: #E0C4F8;
--charcoal-300: #C997F2;
--charcoal-400: #AD60EB;
--charcoal-500: #9533E6;
--charcoal-600: #7919C8;
--charcoal-700: #60149F;
--charcoal-800: #450E71;
--charcoal-900: #2C0949;
--charcoal-950: #1B062D;
}