Purple
#9E0DD3
PurpleColor Codes
All color formats for development
HEX
#9E0DD3RGB
rgb(158, 13, 211)HSL
hsl(284, 88%, 44%)OKLCH
oklch(0.532 0.259 312.9)CMYK
cmyk(25%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E0CBE
2#7F0BA9
3#6F0994
4#5F087F
5#4F0769
6#3F0554
7#2F043F
8#20032A
9#100115
Tints
Lighter variations
1#B20FEE
2#BC28F1
3#C443F3
4#CD5EF5
5#D579F6
6#DD94F8
7#E6AEFA
8#EEC9FC
9#F7E4FD
Tones
Muted variations
1#9A17C9
2#9521BF
3#902BB5
4#8C35AB
5#873FA2
6#834998
7#7E538E
8#795C84
9#75667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC1 #EBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DC91 #DC91F8 | BordersInactive statesPlaceholder text |
| 400 | CA57 #CA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BB27 #BB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E0D #9E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0B #7E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A08 #5A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A05 #3A054D | Primary textHigh emphasis contentDark headings |
| 950 | 2403 #240330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FE;
--purple-100: #F4DDFD;
--purple-200: #EBC1FB;
--purple-300: #DC91F8;
--purple-400: #CA57F4;
--purple-500: #BB27F1;
--purple-600: #9E0DD3;
--purple-700: #7E0BA8;
--purple-800: #5A0878;
--purple-900: #3A054D;
--purple-950: #240330;
}