Purple
#7E09D7
PurpleColor Codes
All color formats for development
HEX
#7E09D7RGB
rgb(126, 9, 215)HSL
hsl(274, 92%, 44%)OKLCH
oklch(0.492 0.257 300.9)CMYK
cmyk(41%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7108C2
2#6507AC
3#580697
4#4C0581
5#3F046C
6#320456
7#260341
8#19022B
9#0D0116
Tints
Lighter variations
1#8E0AF3
2#9B24F6
3#A73FF7
4#B45AF8
5#C076F9
6#CD91FA
7#D9ADFC
8#E6C8FD
9#F2E4FE
Tones
Muted variations
1#7D13CD
2#7B1EC3
3#7A28B8
4#7832AE
5#773DA4
6#764799
7#74518F
8#735C85
9#72667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BF #E2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8E #CC8EFA | BordersInactive statesPlaceholder text |
| 400 | B154 #B154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9A23 #9A23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E09 #7E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6407 #6407AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4805 #48057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E03 #2E034E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FE;
--purple-100: #EFDDFE;
--purple-200: #E2BFFC;
--purple-300: #CC8EFA;
--purple-400: #B154F8;
--purple-500: #9A23F6;
--purple-600: #7E09D7;
--purple-700: #6407AB;
--purple-800: #48057A;
--purple-900: #2E034E;
--purple-950: #1D0231;
}