Purple
#8413A0
PinkColor Codes
All color formats for development
HEX
#8413A0RGB
rgb(132, 19, 160)HSL
hsl(288, 79%, 35%)OKLCH
oklch(0.457 0.209 317.9)CMYK
cmyk(17%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#761190
2#690F80
3#5C0D70
4#4F0B60
5#420950
6#350740
7#270630
8#1A0420
9#0D0210
Tints
Lighter variations
1#9C16BD
2#B41ADB
3#C22FE7
4#CB4DEA
5#D36BEE
6#DC88F1
7#E5A6F5
8#EEC4F8
9#F6E1FC
Tones
Muted variations
1#7F1A99
2#7B2192
3#77288B
4#732F84
5#6E367D
6#6A3D75
7#66446E
8#624B67
9#5D5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E096 #E096F3 | BordersInactive statesPlaceholder text |
| 400 | D05F #D05FEC | Disabled statesSecondary iconsMuted text |
| 500 | C332 #C332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A518 #A518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8413 #8413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0D #5E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F6DFFB;
--purple-200: #EEC4F8;
--purple-300: #E096F3;
--purple-400: #D05FEC;
--purple-500: #C332E7;
--purple-600: #A518C9;
--purple-700: #8413A0;
--purple-800: #5E0D72;
--purple-900: #3C0949;
--purple-950: #26052E;
}