Purple
#9204AE
PinkColor Codes
All color formats for development
HEX
#9204AERGB
rgb(146, 4, 174)HSL
hsl(290, 96%, 35%)OKLCH
oklch(0.484 0.231 319.1)CMYK
cmyk(16%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84039D
2#75038C
3#66027A
4#580269
5#490257
6#3B0146
7#2C0134
8#1D0123
9#0F0011
Tints
Lighter variations
1#AE04CF
2#C905F0
3#D51CFA
4#DB3CFB
5#E15DFC
6#E77DFC
7#ED9EFD
8#F3BEFE
9#F9DFFE
Tones
Muted variations
1#8D0CA6
2#87159E
3#811D95
4#7C268D
5#762E84
6#70377C
7#6A4073
8#65486A
9#5F5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BE #F3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8C #EA8CFD | BordersInactive statesPlaceholder text |
| 400 | DF50 #DF50FB | Disabled statesSecondary iconsMuted text |
| 500 | D61E #D61EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | B804 #B804DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9204 #9204AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6903 #69037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4302 #430250 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F9DCFE;
--purple-200: #F3BEFE;
--purple-300: #EA8CFD;
--purple-400: #DF50FB;
--purple-500: #D61EFA;
--purple-600: #B804DC;
--purple-700: #9204AF;
--purple-800: #69037D;
--purple-900: #430250;
--purple-950: #2A0132;
}