Purple
#7A0DD3
PurpleColor Codes
All color formats for development
HEX
#7A0DD3RGB
rgb(122, 13, 211)HSL
hsl(273, 88%, 44%)OKLCH
oklch(0.484 0.252 300.2)CMYK
cmyk(42%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E0CBE
2#620BA9
3#550994
4#49087F
5#3D0769
6#310554
7#25043F
8#18032A
9#0C0115
Tints
Lighter variations
1#8A0FEE
2#9728F1
3#A443F3
4#B15EF5
5#BE79F6
6#CB94F8
7#D8AEFA
8#E5C9FC
9#F2E4FD
Tones
Muted variations
1#7917C9
2#7821BF
3#772BB5
4#7635AB
5#753FA2
6#744998
7#73538E
8#725C84
9#71667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C1 #E1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CA91 #CA91F8 | BordersInactive statesPlaceholder text |
| 400 | AE57 #AE57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9627 #9627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0D #7A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610B #610BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4508 #450878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C05 #2C054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F1FE;
--purple-100: #EFDDFD;
--purple-200: #E1C1FB;
--purple-300: #CA91F8;
--purple-400: #AE57F4;
--purple-500: #9627F1;
--purple-600: #7A0DD3;
--purple-700: #610BA8;
--purple-800: #450878;
--purple-900: #2C054D;
--purple-950: #1C0330;
}