Purple
#8900B3
PinkColor Codes
All color formats for development
HEX
#8900B3RGB
rgb(137, 0, 179)HSL
hsl(286, 100%, 35%)OKLCH
oklch(0.473 0.234 314.4)CMYK
cmyk(23%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B00A1
2#6D008F
3#60007D
4#52006B
5#440059
6#370047
7#290036
8#1B0024
9#0E0012
Tints
Lighter variations
1#A200D4
2#BC00F5
3#C917FF
4#D138FF
5#D859FF
6#E07AFF
7#E89CFF
8#F0BDFF
9#F7DEFF
Tones
Muted variations
1#8409AA
2#7F12A1
3#7B1B98
4#76248F
5#712D86
6#6C367D
7#683E74
8#63476B
9#5E5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E48A #E48AFF | BordersInactive statesPlaceholder text |
| 400 | D54D #D54DFF | Disabled statesSecondary iconsMuted text |
| 500 | C91A #C91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | AC00 #AC00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8900 #8900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6200 #620080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F00 #3F0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2700 #270033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FF;
--purple-100: #F7DBFF;
--purple-200: #F0BDFF;
--purple-300: #E48AFF;
--purple-400: #D54DFF;
--purple-500: #C91AFF;
--purple-600: #AC00E0;
--purple-700: #8900B3;
--purple-800: #620080;
--purple-900: #3F0052;
--purple-950: #270033;
}