Purple
#8113A0
PinkColor Codes
All color formats for development
HEX
#8113A0RGB
rgb(129, 19, 160)HSL
hsl(287, 79%, 35%)OKLCH
oklch(0.453 0.208 316.7)CMYK
cmyk(19%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#741190
2#670F80
3#5A0D70
4#4E0B60
5#410950
6#340740
7#270630
8#1A0420
9#0D0210
Tints
Lighter variations
1#9916BD
2#B11ADB
3#BF2FE7
4#C84DEA
5#D16BEE
6#DA88F1
7#E4A6F5
8#EDC4F8
9#F6E1FC
Tones
Muted variations
1#7D1A99
2#792192
3#75288B
4#712F84
5#6D367D
6#693D75
7#65446E
8#614B67
9#5D5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF96 #DF96F3 | BordersInactive statesPlaceholder text |
| 400 | CE5F #CE5FEC | Disabled statesSecondary iconsMuted text |
| 500 | C032 #C032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A218 #A218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8113 #8113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0D #5C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F5DFFB;
--purple-200: #EDC4F8;
--purple-300: #DF96F3;
--purple-400: #CE5FEC;
--purple-500: #C032E7;
--purple-600: #A218C9;
--purple-700: #8113A0;
--purple-800: #5C0D72;
--purple-900: #3B0949;
--purple-950: #25052E;
}