Purple
#A90AA9
PinkColor Codes
All color formats for development
HEX
#A90AA9RGB
rgb(169, 10, 169)HSL
hsl(300, 89%, 35%)OKLCH
oklch(0.518 0.234 328.3)CMYK
cmyk(0%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#980998
2#870887
3#760776
4#650665
5#540554
6#430443
7#330333
8#220222
9#110111
Tints
Lighter variations
1#C80CC8
2#E70DE7
3#F224F2
4#F443F4
5#F662F6
6#F882F8
7#FAA1FA
8#FBC0FB
9#FDE0FD
Tones
Muted variations
1#A112A1
2#991A99
3#912291
4#892A89
5#813281
6#793979
7#714171
8#694969
9#615161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990F9 | BordersInactive statesPlaceholder text |
| 400 | F556 #F556F5 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D044D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF1FE;
--purple-100: #FDDDFD;
--purple-200: #FBC0FB;
--purple-300: #F990F9;
--purple-400: #F556F5;
--purple-500: #F226F2;
--purple-600: #D40CD4;
--purple-700: #A90AA9;
--purple-800: #780778;
--purple-900: #4D044D;
--purple-950: #300330;
}