Purple
#7011D0
PurpleColor Codes
All color formats for development
HEX
#7011D0RGB
rgb(112, 17, 208)HSL
hsl(270, 85%, 44%)OKLCH
oklch(0.471 0.247 296.9)CMYK
cmyk(46%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#650FBB
2#5A0DA6
3#4F0C91
4#430A7D
5#380868
6#2D0753
7#22053E
8#16032A
9#0B0215
Tints
Lighter variations
1#7E13EA
2#8D2CEE
3#9B46F0
4#A960F2
5#B87BF4
6#C695F6
7#D4B0F9
8#E2CAFB
9#F1E5FD
Tones
Muted variations
1#701AC6
2#7024BC
3#702DB3
4#7037A9
5#7041A0
6#704A96
7#70548D
8#705D83
9#70677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC2 #DEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C492 #C492F6 | BordersInactive statesPlaceholder text |
| 400 | A65A #A65AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2B #8C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7011 #7011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590D #590DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400A #400A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2906 #29064B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F1FE;
--purple-100: #EDDEFC;
--purple-200: #DEC2FA;
--purple-300: #C492F6;
--purple-400: #A65AF2;
--purple-500: #8C2BEE;
--purple-600: #7011D0;
--purple-700: #590DA5;
--purple-800: #400A76;
--purple-900: #29064B;
--purple-950: #1A042F;
}