Purple
#9003B0
PinkColor Codes
All color formats for development
HEX
#9003B0RGB
rgb(144, 3, 176)HSL
hsl(289, 97%, 35%)OKLCH
oklch(0.482 0.232 317.8)CMYK
cmyk(18%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#82029E
2#73028D
3#65027B
4#560269
5#480158
6#3A0146
7#2B0135
8#1D0123
9#0E0012
Tints
Lighter variations
1#AB03D0
2#C604F1
3#D21AFC
4#D93BFC
5#DF5CFD
6#E57CFD
7#EC9DFE
8#F2BEFE
9#F9DEFF
Tones
Muted variations
1#8B0BA7
2#85149F
3#801D96
4#7A258D
5#752E85
6#6F377C
7#6A3F73
8#64486B
9#5F5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BE #F2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E88B #E88BFD | BordersInactive statesPlaceholder text |
| 400 | DD4F #DD4FFC | Disabled statesSecondary iconsMuted text |
| 500 | D31D #D31DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B503 #B503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9003 #9003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6702 #67027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4201 #420150 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DCFE;
--purple-200: #F2BEFE;
--purple-300: #E88BFD;
--purple-400: #DD4FFC;
--purple-500: #D31DFC;
--purple-600: #B503DD;
--purple-700: #9003B0;
--purple-800: #67027E;
--purple-900: #420150;
--purple-950: #290132;
}