Purple
#A90BD5
PinkColor Codes
All color formats for development
HEX
#A90BD5RGB
rgb(169, 11, 213)HSL
hsl(287, 90%, 44%)OKLCH
oklch(0.549 0.265 316)CMYK
cmyk(21%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#980AC0
2#8809AB
3#770895
4#660780
5#55066B
6#440455
7#330340
8#22022B
9#110115
Tints
Lighter variations
1#BF0DF0
2#C726F4
3#CE41F5
4#D55CF6
5#DC77F8
6#E392F9
7#EAAEFB
8#F1C9FC
9#F8E4FE
Tones
Muted variations
1#A415CB
2#9E1FC1
3#982AB7
4#9334AD
5#8D3EA3
6#874899
7#81528E
8#7C5C84
9#76667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC0 #EFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E290 #E290F9 | BordersInactive statesPlaceholder text |
| 400 | D355 #D355F6 | Disabled statesSecondary iconsMuted text |
| 500 | C725 #C725F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | A90B #A90BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8709 #8709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6006 #600679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E04 #3E044E | Primary textHigh emphasis contentDark headings |
| 950 | 2703 #270330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FE;
--purple-100: #F6DDFD;
--purple-200: #EFC0FC;
--purple-300: #E290F9;
--purple-400: #D355F6;
--purple-500: #C725F4;
--purple-600: #A90BD5;
--purple-700: #8709AA;
--purple-800: #600679;
--purple-900: #3E044E;
--purple-950: #270330;
}