Purple
#71027E
PinkColor Codes
All color formats for development
HEX
#71027ERGB
rgb(113, 2, 126)HSL
hsl(294, 97%, 25%)OKLCH
oklch(0.395 0.185 322.7)CMYK
cmyk(10%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660271
2#5B0264
3#4F0158
4#44014B
5#39013F
6#2D0132
7#220126
8#170019
9#0B000D
Tints
Lighter variations
1#9302A3
2#B503C9
3#D704EF
4#E51DFC
5#EA43FC
6#EE68FD
7#F28EFD
8#F6B4FE
9#FBD9FE
Tones
Muted variations
1#6C0877
2#670E71
3#62146B
4#5D1B65
5#58215F
6#542758
7#4F2D52
8#4A334C
9#453A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8BE #F8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F28B #F28BFD | BordersInactive statesPlaceholder text |
| 400 | EB4F #EB4FFC | Disabled statesSecondary iconsMuted text |
| 500 | E51D #E51DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | C703 #C703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F03 #9F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7102 #71027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4801 #480150 | Primary textHigh emphasis contentDark headings |
| 950 | 2D01 #2D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FBDCFE;
--purple-200: #F8BEFE;
--purple-300: #F28BFD;
--purple-400: #EB4FFC;
--purple-500: #E51DFC;
--purple-600: #C703DD;
--purple-700: #9F03B0;
--purple-800: #71027E;
--purple-900: #480150;
--purple-950: #2D0132;
}