Purple
#9E1BC5
PinkColor Codes
All color formats for development
HEX
#9E1BC5RGB
rgb(158, 27, 197)HSL
hsl(286, 76%, 44%)OKLCH
oklch(0.527 0.242 316.2)CMYK
cmyk(20%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E18B2
2#7E169E
3#6E138A
4#5F1076
5#4F0D63
6#3F0B4F
7#2F083B
8#200527
9#100314
Tints
Lighter variations
1#B21EDF
2#BB36E4
3#C44FE7
4#CC68EA
5#D581EE
6#DD9AF1
7#E6B4F5
8#EECDF8
9#F7E6FC
Tones
Muted variations
1#9923BD
2#952CB4
3#9035AC
4#8B3DA3
5#87469B
6#824E92
7#7E578A
8#795F81
9#756879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC5 #EBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC98 #DC98F1 | BordersInactive statesPlaceholder text |
| 400 | CA62 #CA62EA | Disabled statesSecondary iconsMuted text |
| 500 | BB35 #BB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E1B #9E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D15 #7D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0F #5A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 390A #390A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF2FD;
--purple-100: #F4E0FB;
--purple-200: #EBC5F7;
--purple-300: #DC98F1;
--purple-400: #CA62EA;
--purple-500: #BB35E3;
--purple-600: #9E1BC5;
--purple-700: #7D159D;
--purple-800: #5A0F70;
--purple-900: #390A48;
--purple-950: #24062D;
}