Purple
#B30080
PinkColor Codes
All color formats for development
HEX
#B30080RGB
rgb(179, 0, 128)HSL
hsl(317, 100%, 35%)OKLCH
oklch(0.51 0.216 345.8)CMYK
cmyk(0%, 100%, 28%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A10073
2#8F0066
3#7D005A
4#6B004D
5#590040
6#470033
7#360026
8#24001A
9#12000D
Tints
Lighter variations
1#D40098
2#F500AF
3#FF17BD
4#FF38C7
5#FF59D0
6#FF7AD9
7#FF9CE3
8#FFBDEC
9#FFDEF6
Tones
Muted variations
1#AA097C
2#A11278
3#981B74
4#8F2470
5#862D6D
6#7D3669
7#743E65
8#6B4761
9#62505D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8ADE | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DCC | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1ABE | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80005B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52003A | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FB;
--purple-100: #FFDBF5;
--purple-200: #FFBDEC;
--purple-300: #FF8ADE;
--purple-400: #FF4DCC;
--purple-500: #FF1ABE;
--purple-600: #E000A1;
--purple-700: #B30080;
--purple-800: #80005B;
--purple-900: #52003A;
--purple-950: #330025;
}