Purple
#710BA8
PurpleColor Codes
All color formats for development
HEX
#710BA8RGB
rgb(113, 11, 168)HSL
hsl(279, 88%, 35%)OKLCH
oklch(0.433 0.215 307.8)CMYK
cmyk(33%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660A97
2#5A0986
3#4F0775
4#440665
5#380554
6#2D0443
7#220332
8#170222
9#0B0111
Tints
Lighter variations
1#860DC7
2#9B0FE6
3#AA25F1
4#B644F3
5#C263F5
6#CE82F7
7#DAA2F9
8#E7C1FB
9#F3E0FD
Tones
Muted variations
1#6E13A0
2#6C1A98
3#6A2290
4#672A88
5#653281
6#633A79
7#604271
8#5E4A69
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 | E7C1 #E7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D491 #D491F8 | BordersInactive statesPlaceholder text |
| 400 | BD57 #BD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | AB27 #AB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0D #8E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710B #710BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5108 #510878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3405 #34054D | 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: #E7C1FB;
--purple-300: #D491F8;
--purple-400: #BD57F4;
--purple-500: #AB27F1;
--purple-600: #8E0DD3;
--purple-700: #710BA8;
--purple-800: #510878;
--purple-900: #34054D;
--purple-950: #200330;
}