Purple
#7402DE
PurpleColor Codes
All color formats for development
HEX
#7402DERGB
rgb(116, 2, 222)HSL
hsl(271, 98%, 44%)OKLCH
oklch(0.485 0.264 295.9)CMYK
cmyk(48%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6802C8
2#5D02B2
3#51029C
4#460185
5#3A016F
6#2E0159
7#230143
8#17002C
9#0C0016
Tints
Lighter variations
1#8303FA
2#901DFD
3#9E39FD
4#AC55FD
5#BA72FE
6#C88EFE
7#D6AAFE
8#E3C6FE
9#F1E3FF
Tones
Muted variations
1#730DD3
2#7318C8
3#7323BD
4#722EB2
5#7239A7
6#72449C
7#714F91
8#715A86
9#71657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBD #DFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C68B #C68BFE | BordersInactive statesPlaceholder text |
| 400 | A94E #A94EFD | Disabled statesSecondary iconsMuted text |
| 500 | 901C #901CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7402 #7402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C02 #5C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4201 #42017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A01 #2A0151 | 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: #F8F0FF;
--purple-100: #EEDCFF;
--purple-200: #DFBDFE;
--purple-300: #C68BFE;
--purple-400: #A94EFD;
--purple-500: #901CFD;
--purple-600: #7402DE;
--purple-700: #5C02B1;
--purple-800: #42017E;
--purple-900: #2A0151;
--purple-950: #1A0132;
}