Purple
#9710D1
PurpleColor Codes
All color formats for development
HEX
#9710D1RGB
rgb(151, 16, 209)HSL
hsl(282, 86%, 44%)OKLCH
oklch(0.522 0.255 311)CMYK
cmyk(28%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#880EBC
2#790DA7
3#6A0B92
4#5A097D
5#4B0868
6#3C0653
7#2D053F
8#1E032A
9#0F0215
Tints
Lighter variations
1#AA12EB
2#B42BEF
3#BD45F1
4#C760F3
5#D07AF5
6#DA95F7
7#E3AFF9
8#ECCAFB
9#F6E4FD
Tones
Muted variations
1#9319C7
2#8F23BD
3#8B2DB4
4#8736AA
5#8340A0
6#804A97
7#7C538D
8#785D83
9#74677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C1 #E9C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D992 #D992F7 | BordersInactive statesPlaceholder text |
| 400 | C459 #C459F3 | Disabled statesSecondary iconsMuted text |
| 500 | B42A #B42AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9710 #9710D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 780C #780CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5609 #560977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3706 #37064C | Primary textHigh emphasis contentDark headings |
| 950 | 2204 #22042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FE;
--purple-100: #F3DEFD;
--purple-200: #E9C1FA;
--purple-300: #D992F7;
--purple-400: #C459F3;
--purple-500: #B42AEF;
--purple-600: #9710D1;
--purple-700: #780CA6;
--purple-800: #560977;
--purple-900: #37064C;
--purple-950: #22042F;
}