Purple
#670B75
PinkColor Codes
All color formats for development
HEX
#670B75RGB
rgb(103, 11, 117)HSL
hsl(292, 83%, 25%)OKLCH
oklch(0.376 0.169 321.6)CMYK
cmyk(12%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0A69
2#52095D
3#480852
4#3E0746
5#33053A
6#29042F
7#1F0323
8#150217
9#0A010C
Tints
Lighter variations
1#850E98
2#A411BB
3#C315DE
4#D22DEB
5#DA50EF
6#E173F2
7#E996F5
8#F0B9F8
9#F8DCFC
Tones
Muted variations
1#63106F
2#5F156A
3#5B1B65
4#57205F
5#53255A
6#4F2B55
7#4B3050
8#48354A
9#443A45
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 | F2C2 #F2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E894 #E894F5 | BordersInactive statesPlaceholder text |
| 400 | DC5C #DC5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D22D #D22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B413 #B413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900F #900FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670B #670B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4207 #42074B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F8DEFC;
--purple-200: #F2C2F9;
--purple-300: #E894F5;
--purple-400: #DC5CF0;
--purple-500: #D22DEB;
--purple-600: #B413CD;
--purple-700: #900FA3;
--purple-800: #670B75;
--purple-900: #42074B;
--purple-950: #29042F;
}