Purple
#A11286
PinkColor Codes
All color formats for development
HEX
#A11286RGB
rgb(161, 18, 134)HSL
hsl(311, 80%, 35%)OKLCH
oklch(0.487 0.203 338.1)CMYK
cmyk(0%, 89%, 17%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#911079
2#810E6C
3#700C5E
4#600B51
5#500943
6#400736
7#300528
8#20041B
9#10020D
Tints
Lighter variations
1#BE159F
2#DC18B8
3#E82EC6
4#EB4CCE
5#EE6AD6
6#F288DE
7#F5A5E6
8#F8C3EF
9#FCE1F7
Tones
Muted variations
1#9A1982
2#92207D
3#8B2779
4#842E74
5#7D3670
6#763D6B
7#6F4467
8#684B62
9#60525E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E2 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED3 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11286 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FB;
--purple-100: #FBDFF6;
--purple-200: #F8C3EF;
--purple-300: #F395E2;
--purple-400: #ED5ED3;
--purple-500: #E830C6;
--purple-600: #CA16A9;
--purple-700: #A11286;
--purple-800: #730D60;
--purple-900: #49083D;
--purple-950: #2E0526;
}