Purple
#8B0FA3
PinkColor Codes
All color formats for development
HEX
#8B0FA3RGB
rgb(139, 15, 163)HSL
hsl(290, 83%, 35%)OKLCH
oklch(0.468 0.216 319.8)CMYK
cmyk(15%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D0E93
2#6F0C83
3#610B72
4#530962
5#450852
6#370641
7#2A0531
8#1C0321
9#0E0210
Tints
Lighter variations
1#A412C2
2#BE15E0
3#CB2BEB
4#D349EE
5#DA67F1
6#E186F4
7#E9A4F7
8#F0C2F9
9#F8E1FC
Tones
Muted variations
1#86179C
2#811E95
3#7C258D
4#772D86
5#72347E
6#6D3C77
7#68436F
8#634A68
9#5E5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E594 #E594F5 | BordersInactive statesPlaceholder text |
| 400 | D75C #D75CF0 | Disabled statesSecondary iconsMuted text |
| 500 | CC2D #CC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AE13 #AE13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0F #8B0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630B #630B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F7DEFC;
--purple-200: #F0C2F9;
--purple-300: #E594F5;
--purple-400: #D75CF0;
--purple-500: #CC2DEB;
--purple-600: #AE13CD;
--purple-700: #8B0FA3;
--purple-800: #630B75;
--purple-900: #3F074B;
--purple-950: #28042F;
}