Purple
#8600B3
PinkColor Codes
All color formats for development
HEX
#8600B3RGB
rgb(134, 0, 179)HSL
hsl(285, 100%, 35%)OKLCH
oklch(0.469 0.233 313.3)CMYK
cmyk(25%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7800A1
2#6B008F
3#5E007D
4#50006B
5#430059
6#360047
7#280036
8#1B0024
9#0D0012
Tints
Lighter variations
1#9F00D4
2#B800F5
3#C517FF
4#CD38FF
5#D659FF
6#DE7AFF
7#E69CFF
8#EEBDFF
9#F7DEFF
Tones
Muted variations
1#8109AA
2#7D12A1
3#781B98
4#74248F
5#702D86
6#6B367D
7#673E74
8#62476B
9#5E5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DB #F6DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBD #EEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E28A #E28AFF | BordersInactive statesPlaceholder text |
| 400 | D24D #D24DFF | Disabled statesSecondary iconsMuted text |
| 500 | C61A #C61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A800 #A800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8600 #8600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6000 #600080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D00 #3D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2600 #260033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FF;
--purple-100: #F6DBFF;
--purple-200: #EEBDFF;
--purple-300: #E28AFF;
--purple-400: #D24DFF;
--purple-500: #C61AFF;
--purple-600: #A800E0;
--purple-700: #8600B3;
--purple-800: #600080;
--purple-900: #3D0052;
--purple-950: #260033;
}