Purple
#81149F
PinkColor Codes
All color formats for development
HEX
#81149FRGB
rgb(129, 20, 159)HSL
hsl(287, 78%, 35%)OKLCH
oklch(0.453 0.207 317)CMYK
cmyk(19%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74128F
2#67107F
3#5A0E6F
4#4D0C5F
5#400A4F
6#330840
7#270630
8#1A0420
9#0D0210
Tints
Lighter variations
1#9917BC
2#B11BDA
3#BE30E5
4#C84EE9
5#D16BED
6#DA89F0
7#E3A6F4
8#EDC4F8
9#F6E1FB
Tones
Muted variations
1#7D1B98
2#792291
3#75298A
4#712F83
5#6D367C
6#693D75
7#65446E
8#614B67
9#5D5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD60 #CD60EB | Disabled statesSecondary iconsMuted text |
| 500 | BF33 #BF33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A219 #A219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8114 #81149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0E #5C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F5DFFB;
--purple-200: #EDC4F8;
--purple-300: #DE97F2;
--purple-400: #CD60EB;
--purple-500: #BF33E6;
--purple-600: #A219C8;
--purple-700: #81149F;
--purple-800: #5C0E71;
--purple-900: #3B0949;
--purple-950: #25062D;
}