Purple
#9200B3
PinkColor Codes
All color formats for development
HEX
#9200B3RGB
rgb(146, 0, 179)HSL
hsl(289, 100%, 35%)OKLCH
oklch(0.486 0.236 317.7)CMYK
cmyk(18%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8300A1
2#75008F
3#66007D
4#57006B
5#490059
6#3A0047
7#2C0036
8#1D0024
9#0F0012
Tints
Lighter variations
1#AD00D4
2#C800F5
3#D417FF
4#DB38FF
5#E159FF
6#E77AFF
7#ED9CFF
8#F3BDFF
9#F9DEFF
Tones
Muted variations
1#8C09AA
2#8612A1
3#811B98
4#7B248F
5#762D86
6#70367D
7#6A3E74
8#65476B
9#5F5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DB #F8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BD #F3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E98A #E98AFF | BordersInactive statesPlaceholder text |
| 400 | DE4D #DE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D51A #D51AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B700 #B700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9200 #9200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6800 #680080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4300 #430052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DBFF;
--purple-200: #F3BDFF;
--purple-300: #E98AFF;
--purple-400: #DE4DFF;
--purple-500: #D51AFF;
--purple-600: #B700E0;
--purple-700: #9200B3;
--purple-800: #680080;
--purple-900: #430052;
--purple-950: #2A0033;
}