Purple
#7F0DA5
PinkColor Codes
All color formats for development
HEX
#7F0DA5RGB
rgb(127, 13, 165)HSL
hsl(285, 85%, 35%)OKLCH
oklch(0.451 0.215 314.5)CMYK
cmyk(23%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#720C95
2#660B84
3#590974
4#4C0863
5#400753
6#330542
7#260432
8#190321
9#0D0111
Tints
Lighter variations
1#9710C4
2#AE12E2
3#BC28EE
4#C647F0
5#CF66F3
6#D984F5
7#E2A3F8
8#ECC2FA
9#F5E0FD
Tones
Muted variations
1#7B159E
2#781D96
3#74248E
4#702C87
5#6C337F
6#683B78
7#654270
8#614A68
9#5D5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC2 #ECC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DD92 #DD92F6 | BordersInactive statesPlaceholder text |
| 400 | CC5A #CC5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | BD2B #BD2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A011 #A011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F0D #7F0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0A #5B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A06 #3A064B | Primary textHigh emphasis contentDark headings |
| 950 | 2404 #24042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F5DEFC;
--purple-200: #ECC2FA;
--purple-300: #DD92F6;
--purple-400: #CC5AF2;
--purple-500: #BD2BEE;
--purple-600: #A011D0;
--purple-700: #7F0DA5;
--purple-800: #5B0A76;
--purple-900: #3A064B;
--purple-950: #24042F;
}