Purple
#9D1589
PinkColor Codes
All color formats for development
HEX
#9D1589RGB
rgb(157, 21, 137)HSL
hsl(309, 76%, 35%)OKLCH
oklch(0.483 0.201 335.6)CMYK
cmyk(0%, 87%, 13%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D137B
2#7E116D
3#6E0F60
4#5E0D52
5#4F0B44
6#3F0937
7#2F0629
8#1F041B
9#10020E
Tints
Lighter variations
1#BA19A2
2#D71DBC
3#E333C9
4#E750D0
5#EB6DD8
6#EF8AE0
7#F3A7E8
8#F7C5EF
9#FBE2F7
Tones
Muted variations
1#961C84
2#90237F
3#892A7A
4#823176
5#7B3771
6#743E6C
7#6E4567
8#674C63
9#60525E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FB;
--purple-100: #FBE0F7;
--purple-200: #F7C5EF;
--purple-300: #F198E4;
--purple-400: #EA62D5;
--purple-500: #E335C9;
--purple-600: #C51BAC;
--purple-700: #9D1589;
--purple-800: #700F62;
--purple-900: #480A3F;
--purple-950: #2D0627;
}