Purple
#660778
PinkColor Codes
All color formats for development
HEX
#660778RGB
rgb(102, 7, 120)HSL
hsl(290, 89%, 25%)OKLCH
oklch(0.375 0.174 319.9)CMYK
cmyk(15%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B066C
2#510660
3#470554
4#3D0448
5#33043C
6#290330
7#1E0224
8#140118
9#0A010C
Tints
Lighter variations
1#84099D
2#A30BC1
3#C10DE5
4#D026F2
5#D84AF4
6#E06EF7
7#E893F9
8#EFB7FB
9#F7DBFD
Tones
Muted variations
1#620D73
2#5E126D
3#5A1867
4#561E62
5#53235C
6#4F2956
7#4B2F51
8#47344B
9#443A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C0 #F2C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E790 #E790F9 | BordersInactive statesPlaceholder text |
| 400 | DB56 #DB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | D026 #D026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B30C #B30CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0A #8E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6607 #660778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4104 #41044D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F8DDFD;
--purple-200: #F2C0FB;
--purple-300: #E790F9;
--purple-400: #DB56F5;
--purple-500: #D026F2;
--purple-600: #B30CD4;
--purple-700: #8E0AA9;
--purple-800: #660778;
--purple-900: #41044D;
--purple-950: #290330;
}