Charcoal
#2C0849
PurpleColor Codes
All color formats for development
HEX
#2C0849RGB
rgb(44, 8, 73)HSL
hsl(273, 80%, 16%)OKLCH
oklch(0.243 0.111 304)CMYK
cmyk(40%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280742
2#23073B
3#1F0633
4#1A052C
5#160425
6#12031D
7#0D0216
8#09020F
9#040107
Tints
Lighter variations
1#430C70
2#5A1197
3#7115BD
4#8919E4
5#9C3EEA
6#B065EE
7#C48BF2
8#D8B2F6
9#EBD8FB
Tones
Muted variations
1#2C0B46
2#2B0F43
3#2B1240
4#2B153C
5#2A1839
6#2A1C36
7#2A1F33
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 | E1C3 #E1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C995 #C995F3 | BordersInactive statesPlaceholder text |
| 400 | AD5E #AD5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9530 #9530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7916 #7916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6012 #6012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450D #450D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C08 #2C0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FD;
--charcoal-100: #EFDFFB;
--charcoal-200: #E1C3F8;
--charcoal-300: #C995F3;
--charcoal-400: #AD5EED;
--charcoal-500: #9530E8;
--charcoal-600: #7916CA;
--charcoal-700: #6012A1;
--charcoal-800: #450D73;
--charcoal-900: #2C0849;
--charcoal-950: #1C052E;
}