Purple
#A31BC5
PinkColor Codes
All color formats for development
HEX
#A31BC5RGB
rgb(163, 27, 197)HSL
hsl(288, 76%, 44%)OKLCH
oklch(0.534 0.244 317.9)CMYK
cmyk(17%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9318B2
2#83169E
3#72138A
4#621076
5#520D63
6#410B4F
7#31083B
8#210527
9#100314
Tints
Lighter variations
1#B81EDF
2#C136E4
3#C94FE7
4#D068EA
5#D881EE
6#E09AF1
7#E8B4F5
8#EFCDF8
9#F7E6FC
Tones
Muted variations
1#9E23BD
2#992CB4
3#9435AC
4#8F3DA3
5#8A469B
6#854E92
7#80578A
8#7A5F81
9#756879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC5 #EDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF98 #DF98F1 | BordersInactive statesPlaceholder text |
| 400 | CE62 #CE62EA | Disabled statesSecondary iconsMuted text |
| 500 | C135 #C135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A31B #A31BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8215 #82159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0F #5D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0A #3B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF2FD;
--purple-100: #F5E0FB;
--purple-200: #EDC5F7;
--purple-300: #DF98F1;
--purple-400: #CE62EA;
--purple-500: #C135E3;
--purple-600: #A31BC5;
--purple-700: #82159D;
--purple-800: #5D0F70;
--purple-900: #3B0A48;
--purple-950: #25062D;
}