Purple
#7E0BA8
PurpleColor Codes
All color formats for development
HEX
#7E0BA8RGB
rgb(126, 11, 168)HSL
hsl(284, 88%, 35%)OKLCH
oklch(0.451 0.218 313.2)CMYK
cmyk(25%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#710A97
2#650986
3#580775
4#4C0665
5#3F0554
6#320443
7#260332
8#190222
9#0D0111
Tints
Lighter variations
1#950DC7
2#AD0FE6
3#BB25F1
4#C444F3
5#CE63F5
6#D882F7
7#E2A2F9
8#EBC1FB
9#F5E0FD
Tones
Muted variations
1#7A13A0
2#771A98
3#732290
4#6F2A88
5#6C3281
6#683A79
7#644271
8#614A69
9#5D5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC1 #EBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DC91 #DC91F8 | BordersInactive statesPlaceholder text |
| 400 | CA57 #CA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BB27 #BB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E0D #9E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0B #7E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A08 #5A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A05 #3A054D | Primary textHigh emphasis contentDark headings |
| 950 | 2403 #240330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FE;
--purple-100: #F4DDFD;
--purple-200: #EBC1FB;
--purple-300: #DC91F8;
--purple-400: #CA57F4;
--purple-500: #BB27F1;
--purple-600: #9E0DD3;
--purple-700: #7E0BA8;
--purple-800: #5A0878;
--purple-900: #3A054D;
--purple-950: #240330;
}