Purple
#910AA9
PinkColor Codes
All color formats for development
HEX
#910AA9RGB
rgb(145, 10, 169)HSL
hsl(291, 89%, 35%)OKLCH
oklch(0.48 0.225 320.2)CMYK
cmyk(14%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#820998
2#740887
3#650776
4#570665
5#480554
6#3A0443
7#2B0333
8#1D0222
9#0E0111
Tints
Lighter variations
1#AC0CC8
2#C70DE7
3#D324F2
4#DA43F4
5#E062F6
6#E682F8
7#ECA1FA
8#F3C0FB
9#F9E0FD
Tones
Muted variations
1#8B12A1
2#861A99
3#802291
4#7B2A89
5#753281
6#6F3979
7#6A4171
8#644969
9#5F5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E990 #E990F9 | BordersInactive statesPlaceholder text |
| 400 | DD56 #DD56F5 | Disabled statesSecondary iconsMuted text |
| 500 | D426 #D426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B60C #B60CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 910A #910AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6707 #670778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4204 #42044D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F8DDFD;
--purple-200: #F3C0FB;
--purple-300: #E990F9;
--purple-400: #DD56F5;
--purple-500: #D426F2;
--purple-600: #B60CD4;
--purple-700: #910AA9;
--purple-800: #670778;
--purple-900: #42044D;
--purple-950: #290330;
}