Purple
#8F09AA
PinkColor Codes
All color formats for development
HEX
#8F09AARGB
rgb(143, 9, 170)HSL
hsl(290, 90%, 35%)OKLCH
oklch(0.478 0.225 319.2)CMYK
cmyk(16%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#810899
2#720788
3#640677
4#560566
5#470455
6#390444
7#2B0333
8#1D0222
9#0E0111
Tints
Lighter variations
1#A90BC9
2#C40CE9
3#D123F3
4#D742F5
5#DE62F7
6#E481F8
7#EBA1FA
8#F2C0FC
9#F8E0FD
Tones
Muted variations
1#8911A2
2#84199A
3#7F2191
4#792989
5#743181
6#6F3979
7#694171
8#644969
9#5F5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C0 #F2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E890 #E890F9 | BordersInactive statesPlaceholder text |
| 400 | DB55 #DB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | D125 #D125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B40B #B40BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F09 #8F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6606 #660679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4104 #41044E | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FE;
--purple-100: #F8DDFD;
--purple-200: #F2C0FC;
--purple-300: #E890F9;
--purple-400: #DB55F6;
--purple-500: #D125F4;
--purple-600: #B40BD5;
--purple-700: #8F09AA;
--purple-800: #660679;
--purple-900: #41044E;
--purple-950: #290330;
}