Purple
#6E1152
PinkColor Codes
All color formats for development
HEX
#6E1152RGB
rgb(110, 17, 82)HSL
hsl(318, 73%, 25%)OKLCH
oklch(0.37 0.142 343.7)CMYK
cmyk(0%, 85%, 25%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#630F4A
2#580E42
3#4D0C3A
4#420A31
5#370929
6#2C0721
7#210519
8#160310
9#0B0208
Tints
Lighter variations
1#8F166B
2#B01C84
3#D2219C
4#E038AE
5#E55ABB
6#EA7BC9
7#F09CD6
8#F5BDE4
9#FADEF1
Tones
Muted variations
1#6A1651
2#651B4F
3#601F4D
4#5C244B
5#572849
6#522D47
7#4E3245
8#493643
9#443B42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD5 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C0 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038AE | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B35 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FA;
--purple-100: #FAE0F2;
--purple-200: #F6C6E8;
--purple-300: #EF9AD5;
--purple-400: #E765C0;
--purple-500: #E038AE;
--purple-600: #C21E91;
--purple-700: #9A1873;
--purple-800: #6E1152;
--purple-900: #470B35;
--purple-950: #2C0721;
}