Purple
#710AA9
PurpleColor Codes
All color formats for development
HEX
#710AA9RGB
rgb(113, 10, 169)HSL
hsl(279, 89%, 35%)OKLCH
oklch(0.433 0.216 307.5)CMYK
cmyk(33%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660998
2#5A0887
3#4F0776
4#440665
5#390554
6#2D0443
7#220333
8#170222
9#0B0111
Tints
Lighter variations
1#860CC8
2#9B0DE7
3#AA24F2
4#B643F4
5#C262F6
6#CE82F8
7#DBA1FA
8#E7C0FB
9#F3E0FD
Tones
Muted variations
1#6F12A1
2#6C1A99
3#6A2291
4#682A89
5#653281
6#633979
7#604171
8#5E4969
9#5C5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D490 #D490F9 | BordersInactive statesPlaceholder text |
| 400 | BE56 #BE56F5 | Disabled statesSecondary iconsMuted text |
| 500 | AB26 #AB26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0C #8E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710A #710AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5107 #510778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F2DDFD;
--purple-200: #E7C0FB;
--purple-300: #D490F9;
--purple-400: #BE56F5;
--purple-500: #AB26F2;
--purple-600: #8E0CD4;
--purple-700: #710AA9;
--purple-800: #510778;
--purple-900: #34044D;
--purple-950: #200330;
}