Purple
#9B00B3
PinkColor Codes
All color formats for development
HEX
#9B00B3RGB
rgb(155, 0, 179)HSL
hsl(292, 100%, 35%)OKLCH
oklch(0.5 0.239 320.8)CMYK
cmyk(13%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B00A1
2#7C008F
3#6C007D
4#5D006B
5#4D0059
6#3E0047
7#2E0036
8#1F0024
9#0F0012
Tints
Lighter variations
1#B700D4
2#D400F5
3#E017FF
4#E438FF
5#E959FF
6#ED7AFF
7#F29CFF
8#F6BDFF
9#FBDEFF
Tones
Muted variations
1#9409AA
2#8E12A1
3#871B98
4#81248F
5#7A2D86
6#73367D
7#6D3E74
8#66476B
9#605062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADB #FADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BD #F6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8A #EF8AFF | BordersInactive statesPlaceholder text |
| 400 | E74D #E74DFF | Disabled statesSecondary iconsMuted text |
| 500 | E01A #E01AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | C200 #C200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B00 #9B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E00 #6E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4700 #470052 | Primary textHigh emphasis contentDark headings |
| 950 | 2C00 #2C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FADBFF;
--purple-200: #F6BDFF;
--purple-300: #EF8AFF;
--purple-400: #E74DFF;
--purple-500: #E01AFF;
--purple-600: #C200E0;
--purple-700: #9B00B3;
--purple-800: #6E0080;
--purple-900: #470052;
--purple-950: #2C0033;
}