Purple
#A11290
PinkColor Codes
All color formats for development
HEX
#A11290RGB
rgb(161, 18, 144)HSL
hsl(307, 80%, 35%)OKLCH
oklch(0.493 0.21 334.3)CMYK
cmyk(0%, 89%, 11%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#911082
2#810E73
3#700C65
4#600B56
5#500948
6#40073A
7#30052B
8#20041D
9#10020E
Tints
Lighter variations
1#BE15AB
2#DC18C5
3#E82ED2
4#EB4CD9
5#EE6ADF
6#F288E5
7#F5A5EC
8#F8C3F2
9#FCE1F9
Tones
Muted variations
1#9A198B
2#922085
3#8B2780
4#842E7A
5#7D3675
6#763D6F
7#6F446A
8#684B64
9#60525F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E8 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EDC | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490842 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FC;
--purple-100: #FBDFF8;
--purple-200: #F8C3F2;
--purple-300: #F395E8;
--purple-400: #ED5EDC;
--purple-500: #E830D3;
--purple-600: #CA16B5;
--purple-700: #A11290;
--purple-800: #730D67;
--purple-900: #490842;
--purple-950: #2E0529;
}