Purple
#A502B1
PinkColor Codes
All color formats for development
HEX
#A502B1RGB
rgb(165, 2, 177)HSL
hsl(296, 98%, 35%)OKLCH
oklch(0.515 0.24 324.6)CMYK
cmyk(7%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95029F
2#84018D
3#74017C
4#63016A
5#530158
6#420147
7#320135
8#210023
9#110012
Tints
Lighter variations
1#C402D2
2#E202F2
3#EE19FD
4#F03AFD
5#F35BFD
6#F57CFE
7#F89DFE
8#FABDFE
9#FDDEFF
Tones
Muted variations
1#9D0BA8
2#96139F
3#8E1C96
4#87258E
5#7F2E85
6#78367C
7#703F73
8#68486B
9#615162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDC #FCDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FABD #FABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F68B #F68BFE | BordersInactive statesPlaceholder text |
| 400 | F24E #F24EFD | Disabled statesSecondary iconsMuted text |
| 500 | EE1C #EE1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | CF02 #CF02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A502 #A502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7601 #76017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B01 #4B0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2F01 #2F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF0FF;
--purple-100: #FCDCFF;
--purple-200: #FABDFE;
--purple-300: #F68BFE;
--purple-400: #F24EFD;
--purple-500: #EE1CFD;
--purple-600: #CF02DE;
--purple-700: #A502B1;
--purple-800: #76017E;
--purple-900: #4B0151;
--purple-950: #2F0132;
}