Purple
#6E1252
PinkColor Codes
All color formats for development
HEX
#6E1252RGB
rgb(110, 18, 82)HSL
hsl(318, 72%, 25%)OKLCH
oklch(0.371 0.141 343.8)CMYK
cmyk(0%, 84%, 25%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63104A
2#580E42
3#4D0C39
4#420B31
5#370929
6#2C0721
7#210519
8#160410
9#0B0208
Tints
Lighter variations
1#8F176B
2#AF1D83
3#D0229C
4#DF3AAD
5#E45BBB
6#EA7BC9
7#EF9CD6
8#F4BDE4
9#FADEF1
Tones
Muted variations
1#691650
2#641B4E
3#60204D
4#5B244B
5#572949
6#522D47
7#4E3245
8#493743
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 #F6C6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD5 | BordersInactive statesPlaceholder text |
| 400 | E665 #E665BF | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3AAD | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B35 | 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: #F6C6E7;
--purple-300: #EF9AD5;
--purple-400: #E665BF;
--purple-500: #DF3AAD;
--purple-600: #C11F91;
--purple-700: #9A1973;
--purple-800: #6E1252;
--purple-900: #460B35;
--purple-950: #2C0721;
}