Purple
#A30F7C
PinkColor Codes
All color formats for development
HEX
#A30F7CRGB
rgb(163, 15, 124)HSL
hsl(316, 83%, 35%)OKLCH
oklch(0.484 0.2 342.8)CMYK
cmyk(0%, 91%, 24%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E6F
2#830C63
3#720B57
4#62094A
5#52083E
6#410632
7#310525
8#210319
9#10020C
Tints
Lighter variations
1#C21293
2#E015AA
3#EB2BB8
4#EE49C2
5#F167CC
6#F486D6
7#F7A4E1
8#F9C2EB
9#FCE1F5
Tones
Muted variations
1#9C1778
2#951E75
3#8D2571
4#862D6E
5#7E346B
6#773C67
7#6F4364
8#684A60
9#61525D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594DB | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CC8 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD139C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0739 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF1FA;
--purple-100: #FCDEF4;
--purple-200: #F9C2EB;
--purple-300: #F594DB;
--purple-400: #F05CC8;
--purple-500: #EB2DB9;
--purple-600: #CD139C;
--purple-700: #A30F7C;
--purple-800: #750B58;
--purple-900: #4B0739;
--purple-950: #2F0423;
}