Purple
#710778
PinkColor Codes
All color formats for development
HEX
#710778RGB
rgb(113, 7, 120)HSL
hsl(296, 89%, 25%)OKLCH
oklch(0.393 0.178 325.2)CMYK
cmyk(6%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66066C
2#5A0660
3#4F0554
4#440448
5#38043C
6#2D0330
7#220224
8#170118
9#0B010C
Tints
Lighter variations
1#93099D
2#B50BC1
3#D70DE5
4#E526F2
5#E94AF4
6#EE6EF7
7#F293F9
8#F6B7FB
9#FBDBFD
Tones
Muted variations
1#6C0D73
2#67126D
3#621867
4#5D1E62
5#58235C
6#532956
7#4F2F51
8#4A344B
9#453A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C0 #F7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F290 #F290F9 | BordersInactive statesPlaceholder text |
| 400 | EB56 #EB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | E526 #E526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C70C #C70CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0A #9E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7107 #710778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4804 #48044D | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FE;
--purple-100: #FBDDFD;
--purple-200: #F7C0FB;
--purple-300: #F290F9;
--purple-400: #EB56F5;
--purple-500: #E526F2;
--purple-600: #C70CD4;
--purple-700: #9E0AA9;
--purple-800: #710778;
--purple-900: #48044D;
--purple-950: #2D0330;
}