Purple
#880FA3
PinkColor Codes
All color formats for development
HEX
#880FA3RGB
rgb(136, 15, 163)HSL
hsl(289, 83%, 35%)OKLCH
oklch(0.464 0.215 318.6)CMYK
cmyk(17%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B0E93
2#6D0C83
3#5F0B72
4#520962
5#440852
6#360641
7#290531
8#1B0321
9#0E0210
Tints
Lighter variations
1#A112C2
2#BB15E0
3#C82BEB
4#D049EE
5#D867F1
6#E086F4
7#E7A4F7
8#EFC2F9
9#F7E1FC
Tones
Muted variations
1#83179C
2#7F1E95
3#7A258D
4#752D86
5#71347E
6#6C3C77
7#67436F
8#634A68
9#5E5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E394 #E394F5 | BordersInactive statesPlaceholder text |
| 400 | D55C #D55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C92D #C92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AB13 #AB13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880F #880FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610B #610B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E07 #3E074B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F7DEFC;
--purple-200: #EFC2F9;
--purple-300: #E394F5;
--purple-400: #D55CF0;
--purple-500: #C92DEB;
--purple-600: #AB13CD;
--purple-700: #880FA3;
--purple-800: #610B75;
--purple-900: #3E074B;
--purple-950: #27042F;
}