Charcoal
#2D074B
PurpleColor Codes
All color formats for development
HEX
#2D074BRGB
rgb(45, 7, 75)HSL
hsl(274, 83%, 16%)OKLCH
oklch(0.245 0.114 304)CMYK
cmyk(40%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290643
2#24063C
3#200534
4#1B042D
5#170325
6#12031E
7#0E0216
8#09010F
9#050107
Tints
Lighter variations
1#450B72
2#5D0E99
3#7512C0
4#8C16E7
5#A03BED
6#B362F0
7#C689F4
8#D9B1F8
9#ECD8FB
Tones
Muted variations
1#2D0A47
2#2C0E44
3#2C1141
4#2C143D
5#2B183A
6#2B1B36
7#2A1F33
8#2A2230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C2 #E2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB94 #CB94F5 | BordersInactive statesPlaceholder text |
| 400 | B05C #B05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 992D #992DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D13 #7D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 630F #630FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470B #470B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D07 #2D074B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FE;
--charcoal-100: #EFDEFC;
--charcoal-200: #E2C2F9;
--charcoal-300: #CB94F5;
--charcoal-400: #B05CF0;
--charcoal-500: #992DEB;
--charcoal-600: #7D13CD;
--charcoal-700: #630FA3;
--charcoal-800: #470B75;
--charcoal-900: #2D074B;
--charcoal-950: #1C042F;
}