Purple
#670877
PinkColor Codes
All color formats for development
HEX
#670877RGB
rgb(103, 8, 119)HSL
hsl(291, 87%, 25%)OKLCH
oklch(0.376 0.173 320.8)CMYK
cmyk(13%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C076B
2#52075F
3#480653
4#3E0548
5#33043C
6#290330
7#1F0224
8#150218
9#0A010C
Tints
Lighter variations
1#850B9B
2#A40DBF
3#C310E3
4#D228F0
5#DA4CF3
6#E170F5
7#E994F8
8#F0B7FA
9#F8DBFD
Tones
Muted variations
1#630E72
2#5F136C
3#5B1967
4#571E61
5#53245B
6#4F2A56
7#4B2F50
8#48354B
9#443A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E891 #E891F7 | BordersInactive statesPlaceholder text |
| 400 | DC58 #DC58F3 | Disabled statesSecondary iconsMuted text |
| 500 | D228 #D228F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | B50F #B50FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900C #900CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6708 #670877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4205 #42054C | 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: #F8DEFD;
--purple-200: #F2C1FB;
--purple-300: #E891F7;
--purple-400: #DC58F3;
--purple-500: #D228F0;
--purple-600: #B50FD2;
--purple-700: #900CA7;
--purple-800: #670877;
--purple-900: #42054C;
--purple-950: #290330;
}