Purple
#7D06AC
PurpleColor Codes
All color formats for development
HEX
#7D06ACRGB
rgb(125, 6, 172)HSL
hsl(283, 93%, 35%)OKLCH
oklch(0.452 0.223 311.7)CMYK
cmyk(27%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71069B
2#64058A
3#580479
4#4B0467
5#3F0356
6#320245
7#260234
8#190122
9#0D0111
Tints
Lighter variations
1#9407CC
2#AC09EC
3#BA1FF7
4#C43FF8
5#CE5FF9
6#D77FFA
7#E19FFC
8#EBBFFD
9#F5DFFE
Tones
Muted variations
1#7A0FA4
2#76179C
3#721F93
4#6F278B
5#6B3083
6#68387A
7#644072
8#60496A
9#5D5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBF #EBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8E #DC8EFB | BordersInactive statesPlaceholder text |
| 400 | CA53 #CA53F9 | Disabled statesSecondary iconsMuted text |
| 500 | BA22 #BA22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D08 #9D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D06 #7D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5904 #59047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3903 #39034F | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FE;
--purple-100: #F4DDFE;
--purple-200: #EBBFFD;
--purple-300: #DC8EFB;
--purple-400: #CA53F9;
--purple-500: #BA22F7;
--purple-600: #9D08D9;
--purple-700: #7D06AC;
--purple-800: #59047B;
--purple-900: #39034F;
--purple-950: #240231;
}