Purple
#A60BD5
PinkColor Codes
All color formats for development
HEX
#A60BD5RGB
rgb(166, 11, 213)HSL
hsl(286, 90%, 44%)OKLCH
oklch(0.544 0.264 315)CMYK
cmyk(22%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#950AC0
2#8509AB
3#740895
4#640780
5#53066B
6#420455
7#320340
8#21022B
9#110115
Tints
Lighter variations
1#BB0DF0
2#C426F4
3#CB41F5
4#D25CF6
5#DA77F8
6#E192F9
7#E9AEFB
8#F0C9FC
9#F8E4FE
Tones
Muted variations
1#A115CB
2#9B1FC1
3#962AB7
4#9134AD
5#8B3EA3
6#864899
7#80528E
8#7B5C84
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 | EEC0 #EEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E190 #E190F9 | BordersInactive statesPlaceholder text |
| 400 | D155 #D155F6 | Disabled statesSecondary iconsMuted text |
| 500 | C325 #C325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | A60B #A60BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8409 #8409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E06 #5E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C04 #3C044E | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FE;
--purple-100: #F6DDFD;
--purple-200: #EEC0FC;
--purple-300: #E190F9;
--purple-400: #D155F6;
--purple-500: #C325F4;
--purple-600: #A60BD5;
--purple-700: #8409AA;
--purple-800: #5E0679;
--purple-900: #3C044E;
--purple-950: #260330;
}