Purple
#9E12A1
PinkColor Codes
All color formats for development
HEX
#9E12A1RGB
rgb(158, 18, 161)HSL
hsl(299, 80%, 35%)OKLCH
oklch(0.498 0.22 327.3)CMYK
cmyk(2%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E1091
2#7F0E81
3#6F0C70
4#5F0B60
5#4F0950
6#3F0740
7#2F0530
8#200420
9#100210
Tints
Lighter variations
1#BC15BE
2#D918DC
3#E52EE8
4#E84CEB
5#EC6AEE
6#F088F2
7#F4A5F5
8#F7C3F8
9#FBE1FC
Tones
Muted variations
1#97199A
2#902092
3#8A278B
4#832E84
5#7C367D
6#753D76
7#6E446F
8#674B68
9#605260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C3 #F7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F295 #F295F3 | BordersInactive statesPlaceholder text |
| 400 | EB5E #EB5EED | Disabled statesSecondary iconsMuted text |
| 500 | E530 #E530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C716 #C716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E12 #9E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710D #710D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4808 #480849 | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FD;
--purple-100: #FBDFFB;
--purple-200: #F7C3F8;
--purple-300: #F295F3;
--purple-400: #EB5EED;
--purple-500: #E530E8;
--purple-600: #C716CA;
--purple-700: #9E12A1;
--purple-800: #710D73;
--purple-900: #480849;
--purple-950: #2D052E;
}