Purple
#7002DE
PurpleColor Codes
All color formats for development
HEX
#7002DERGB
rgb(112, 2, 222)HSL
hsl(270, 98%, 44%)OKLCH
oklch(0.48 0.264 294.4)CMYK
cmyk(50%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6502C8
2#5A02B2
3#4F029C
4#430185
5#38016F
6#2D0159
7#220143
8#16002C
9#0B0016
Tints
Lighter variations
1#7E03FA
2#8D1DFD
3#9B39FD
4#A955FD
5#B872FE
6#C68EFE
7#D4AAFE
8#E2C6FE
9#F1E3FF
Tones
Muted variations
1#700DD3
2#7018C8
3#7023BD
4#702EB2
5#7039A7
6#70449C
7#704F91
8#705A86
9#70657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBD #DEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C48B #C48BFE | BordersInactive statesPlaceholder text |
| 400 | A64E #A64EFD | Disabled statesSecondary iconsMuted text |
| 500 | 8C1C #8C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7002 #7002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5902 #5902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4001 #40017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2901 #290151 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F0FF;
--purple-100: #EDDCFF;
--purple-200: #DEBDFE;
--purple-300: #C48BFE;
--purple-400: #A64EFD;
--purple-500: #8C1CFD;
--purple-600: #7002DE;
--purple-700: #5902B1;
--purple-800: #40017E;
--purple-900: #290151;
--purple-950: #1A0132;
}