Charcoal
#2B074B
PurpleColor Codes
All color formats for development
HEX
#2B074BRGB
rgb(43, 7, 75)HSL
hsl(272, 83%, 16%)OKLCH
oklch(0.242 0.114 302.1)CMYK
cmyk(43%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270643
2#22063C
3#1E0534
4#1A042D
5#160325
6#11031E
7#0D0216
8#09010F
9#040107
Tints
Lighter variations
1#420B72
2#580E99
3#6F12C0
4#8516E7
5#9A3BED
6#AE62F0
7#C289F4
8#D7B1F8
9#EBD8FB
Tones
Muted variations
1#2B0A47
2#2B0E44
3#2A1141
4#2A143D
5#2A183A
6#2A1B36
7#291F33
8#292230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C2 #E0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C894 #C894F5 | BordersInactive statesPlaceholder text |
| 400 | AB5C #AB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 932D #932DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7613 #7613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0F #5E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430B #430B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1B04 #1B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FE;
--charcoal-100: #EEDEFC;
--charcoal-200: #E0C2F9;
--charcoal-300: #C894F5;
--charcoal-400: #AB5CF0;
--charcoal-500: #932DEB;
--charcoal-600: #7613CD;
--charcoal-700: #5E0FA3;
--charcoal-800: #430B75;
--charcoal-900: #2B074B;
--charcoal-950: #1B042F;
}