Purple
#7A0AD6
PurpleColor Codes
All color formats for development
HEX
#7A0AD6RGB
rgb(122, 10, 214)HSL
hsl(273, 91%, 44%)OKLCH
oklch(0.486 0.255 299.6)CMYK
cmyk(43%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E09C1
2#6208AB
3#560796
4#490681
5#3D056B
6#310456
7#250340
8#18022B
9#0C0115
Tints
Lighter variations
1#8A0BF2
2#9725F5
3#A440F6
4#B15BF7
5#BE77F9
6#CB92FA
7#D8ADFB
8#E5C8FC
9#F2E4FE
Tones
Muted variations
1#7914CC
2#781FC2
3#7729B8
4#7633AD
5#753DA3
6#744799
7#73528F
8#725C85
9#71667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C0 #E1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8F #CA8FFA | BordersInactive statesPlaceholder text |
| 400 | AE55 #AE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9724 #9724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0A #7A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6108 #6108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4606 #46067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D04 #2D044E | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FE;
--purple-100: #EFDDFD;
--purple-200: #E1C0FC;
--purple-300: #CA8FFA;
--purple-400: #AE55F7;
--purple-500: #9724F5;
--purple-600: #7A0AD6;
--purple-700: #6108AA;
--purple-800: #46067A;
--purple-900: #2D044E;
--purple-950: #1C0231;
}