Purple
#A11297
PinkColor Codes
All color formats for development
HEX
#A11297RGB
rgb(161, 18, 151)HSL
hsl(304, 80%, 35%)OKLCH
oklch(0.497 0.214 331.7)CMYK
cmyk(0%, 89%, 6%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#911088
2#810E79
3#700C6A
4#600B5B
5#50094C
6#40073C
7#30052D
8#20041E
9#10020F
Tints
Lighter variations
1#BE15B3
2#DC18CF
3#E82EDB
4#EB4CE1
5#EE6AE6
6#F288EB
7#F5A5F0
8#F8C3F5
9#FCE1FA
Tones
Muted variations
1#9A1991
2#92208B
3#8B2785
4#842E7E
5#7D3678
6#763D72
7#6F446C
8#684B66
9#60525F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395ED | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EE4 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830DC | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490845 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FD;
--purple-100: #FBDFFA;
--purple-200: #F8C3F5;
--purple-300: #F395ED;
--purple-400: #ED5EE4;
--purple-500: #E830DC;
--purple-600: #CA16BE;
--purple-700: #A11297;
--purple-800: #730D6C;
--purple-900: #490845;
--purple-950: #2E052B;
}