Purple
#A11282
PinkColor Codes
All color formats for development
HEX
#A11282RGB
rgb(161, 18, 130)HSL
hsl(313, 80%, 35%)OKLCH
oklch(0.485 0.201 339.7)CMYK
cmyk(0%, 89%, 19%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#911075
2#810E68
3#700C5B
4#600B4E
5#500941
6#400734
7#300527
8#20041A
9#10020D
Tints
Lighter variations
1#BE159A
2#DC18B2
3#E82EC0
4#EB4CC9
5#EE6AD2
6#F288DB
7#F5A5E4
8#F8C3ED
9#FCE1F6
Tones
Muted variations
1#9A197E
2#92207A
3#8B2776
4#842E72
5#7D366D
6#763D69
7#6F4465
8#684B61
9#60525D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ECE | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FB;
--purple-100: #FBDFF5;
--purple-200: #F8C3ED;
--purple-300: #F395DF;
--purple-400: #ED5ECE;
--purple-500: #E830C0;
--purple-600: #CA16A3;
--purple-700: #A11282;
--purple-800: #730D5D;
--purple-900: #49083B;
--purple-950: #2E0525;
}