Purple
#910DA5
PinkColor Codes
All color formats for development
HEX
#910DA5RGB
rgb(145, 13, 165)HSL
hsl(292, 85%, 35%)OKLCH
oklch(0.478 0.221 321.4)CMYK
cmyk(12%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#820C95
2#740B84
3#650974
4#570863
5#480753
6#3A0542
7#2B0432
8#1D0321
9#0E0111
Tints
Lighter variations
1#AC10C4
2#C712E2
3#D328EE
4#DA47F0
5#E066F3
6#E684F5
7#ECA3F8
8#F3C2FA
9#F9E0FD
Tones
Muted variations
1#8B159E
2#861D96
3#80248E
4#7B2C87
5#75337F
6#703B78
7#6A4270
8#644A68
9#5F5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E992 #E992F6 | BordersInactive statesPlaceholder text |
| 400 | DD5A #DD5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D42B #D42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B611 #B611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 910D #910DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4206 #42064B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F8DEFC;
--purple-200: #F3C2FA;
--purple-300: #E992F6;
--purple-400: #DD5AF2;
--purple-500: #D42BEE;
--purple-600: #B611D0;
--purple-700: #910DA5;
--purple-800: #670A76;
--purple-900: #42064B;
--purple-950: #29042F;
}