Purple
#720D5C
PinkColor Codes
All color formats for development
HEX
#720D5CRGB
rgb(114, 13, 92)HSL
hsl(313, 80%, 25%)OKLCH
oklch(0.38 0.154 339.4)CMYK
cmyk(0%, 89%, 19%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#670B53
2#5C0A4A
3#500941
4#450838
5#39062E
6#2E0525
7#22041C
8#170313
9#0B0109
Tints
Lighter variations
1#951178
2#B81494
3#DA18B0
4#E830C0
5#EC53CB
6#F075D5
7#F498E0
8#F7BAEA
9#FBDDF5
Tones
Muted variations
1#6E125A
2#691757
3#631C54
4#5E2151
5#59264E
6#542B4B
7#4F3048
8#4A3646
9#453B43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ECE | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FB;
--purple-100: #FBDFF5;
--purple-200: #F8C3ED;
--purple-300: #F395DF;
--purple-400: #ED5ECE;
--purple-500: #E830C0;
--purple-600: #CA16A3;
--purple-700: #A11282;
--purple-800: #730D5D;
--purple-900: #49083B;
--purple-950: #2E0525;
}