Purple
#7109AA
PurpleColor Codes
All color formats for development
HEX
#7109AARGB
rgb(113, 9, 170)HSL
hsl(279, 90%, 35%)OKLCH
oklch(0.434 0.217 307.2)CMYK
cmyk(34%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660899
2#5B0788
3#4F0677
4#440566
5#390455
6#2D0444
7#220333
8#170222
9#0B0111
Tints
Lighter variations
1#860BC9
2#9B0CE9
3#AA23F3
4#B642F5
5#C362F7
6#CF81F8
7#DBA1FA
8#E7C0FC
9#F3E0FD
Tones
Muted variations
1#6F11A2
2#6D199A
3#6A2191
4#682989
5#653181
6#633979
7#604171
8#5E4969
9#5C5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D490 #D490F9 | BordersInactive statesPlaceholder text |
| 400 | BE55 #BE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | AB25 #AB25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0B #8E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7109 #7109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5106 #510679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044E | 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: #F9F0FE;
--purple-100: #F2DDFD;
--purple-200: #E7C0FC;
--purple-300: #D490F9;
--purple-400: #BE55F6;
--purple-500: #AB25F4;
--purple-600: #8E0BD5;
--purple-700: #7109AA;
--purple-800: #510679;
--purple-900: #34044E;
--purple-950: #200330;
}