Purple
#660A76
PinkColor Codes
All color formats for development
HEX
#660A76RGB
rgb(102, 10, 118)HSL
hsl(291, 84%, 25%)OKLCH
oklch(0.375 0.17 320.7)CMYK
cmyk(14%, 92%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B096A
2#51085E
3#470752
4#3D0646
5#33053B
6#28042F
7#1E0323
8#140217
9#0A010C
Tints
Lighter variations
1#840D98
2#A210BC
3#C013DF
4#D02CED
5#D84FF0
6#DF72F3
7#E795F6
8#EFB9F9
9#F7DCFC
Tones
Muted variations
1#611070
2#5E156B
3#5A1A65
4#562060
5#52255B
6#4F2A55
7#4B3050
8#47354A
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C2 #F1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E793 #E793F6 | BordersInactive statesPlaceholder text |
| 400 | DA5B #DA5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D02C #D02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B212 #B212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0E #8E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650A #650A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4107 #41074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F8DEFC;
--purple-200: #F1C2FA;
--purple-300: #E793F6;
--purple-400: #DA5BF1;
--purple-500: #D02CED;
--purple-600: #B212CE;
--purple-700: #8E0EA4;
--purple-800: #650A75;
--purple-900: #41074B;
--purple-950: #28042F;
}