Purple
#93149F
PinkColor Codes
All color formats for development
HEX
#93149FRGB
rgb(147, 20, 159)HSL
hsl(295, 78%, 35%)OKLCH
oklch(0.48 0.213 324)CMYK
cmyk(8%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85128F
2#76107F
3#670E6F
4#580C5F
5#4A0A4F
6#3B0840
7#2C0630
8#1D0420
9#0F0210
Tints
Lighter variations
1#AF17BC
2#CA1BDA
3#D630E5
4#DC4EE9
5#E26BED
6#E889F0
7#EEA6F4
8#F3C4F8
9#F9E1FB
Tones
Muted variations
1#8D1B98
2#882291
3#82298A
4#7C2F83
5#76367C
6#703D75
7#6B446E
8#654B67
9#5F5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C4 #F3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA97 #EA97F2 | BordersInactive statesPlaceholder text |
| 400 | E060 #E060EB | Disabled statesSecondary iconsMuted text |
| 500 | D733 #D733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B919 #B919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9314 #93149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690E #690E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4309 #430949 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FD;
--purple-100: #F9DFFB;
--purple-200: #F3C4F8;
--purple-300: #EA97F2;
--purple-400: #E060EB;
--purple-500: #D733E6;
--purple-600: #B919C8;
--purple-700: #93149F;
--purple-800: #690E71;
--purple-900: #430949;
--purple-950: #2A062D;
}