Purple
#7F02DE
PurpleColor Codes
All color formats for development
HEX
#7F02DERGB
rgb(127, 2, 222)HSL
hsl(274, 98%, 44%)OKLCH
oklch(0.498 0.265 299.9)CMYK
cmyk(43%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7202C8
2#6502B2
3#59029C
4#4C0185
5#3F016F
6#330159
7#260143
8#19002C
9#0D0016
Tints
Lighter variations
1#8F03FA
2#9C1DFD
3#A839FD
4#B555FD
5#C172FE
6#CD8EFE
7#DAAAFE
8#E6C6FE
9#F3E3FF
Tones
Muted variations
1#7D0DD3
2#7C18C8
3#7A23BD
4#792EB2
5#7839A7
6#76449C
7#754F91
8#735A86
9#72657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BD #E2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8B #CC8BFE | BordersInactive statesPlaceholder text |
| 400 | B14E #B14EFD | Disabled statesSecondary iconsMuted text |
| 500 | 9B1C #9B1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F02 #7F02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6502 #6502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4801 #48017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E01 #2E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1D01 #1D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FF;
--purple-100: #EFDCFF;
--purple-200: #E2BDFE;
--purple-300: #CC8BFE;
--purple-400: #B14EFD;
--purple-500: #9B1CFD;
--purple-600: #7F02DE;
--purple-700: #6502B1;
--purple-800: #48017E;
--purple-900: #2E0151;
--purple-950: #1D0132;
}