Purple
#660E71
PinkColor Codes
All color formats for development
HEX
#660E71RGB
rgb(102, 14, 113)HSL
hsl(293, 78%, 25%)OKLCH
oklch(0.373 0.164 322.8)CMYK
cmyk(10%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0D66
2#510B5B
3#470A4F
4#3D0844
5#330739
6#29062D
7#1F0422
8#140317
9#0A010B
Tints
Lighter variations
1#841294
2#A316B6
3#C21BD8
4#D133E6
5#D955EA
6#E077EE
7#E899F2
8#F0BBF7
9#F7DDFB
Tones
Muted variations
1#62136D
2#5E1868
3#5A1D63
4#57225E
5#532759
6#4F2C54
7#4B314F
8#47364A
9#443B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C4 #F2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E797 #E797F2 | BordersInactive statesPlaceholder text |
| 400 | DB60 #DB60EB | Disabled statesSecondary iconsMuted text |
| 500 | D133 #D133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B319 #B319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F14 #8F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660E #660E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4109 #410949 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FD;
--purple-100: #F8DFFB;
--purple-200: #F2C4F8;
--purple-300: #E797F2;
--purple-400: #DB60EB;
--purple-500: #D133E6;
--purple-600: #B319C8;
--purple-700: #8F149F;
--purple-800: #660E71;
--purple-900: #410949;
--purple-950: #29062D;
}