Purple
#9E07DA
PurpleColor Codes
All color formats for development
HEX
#9E07DARGB
rgb(158, 7, 218)HSL
hsl(283, 94%, 44%)OKLCH
oklch(0.536 0.266 311.3)CMYK
cmyk(28%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E06C4
2#7E05AE
3#6F0598
4#5F0483
5#4F036D
6#3F0357
7#2F0241
8#20012C
9#100116
Tints
Lighter variations
1#B208F5
2#BB21F8
3#C43DF9
4#CC59FA
5#D574FB
6#DD90FC
7#E6ACFC
8#EEC8FD
9#F7E3FE
Tones
Muted variations
1#9911CF
2#951CC5
3#9026BA
4#8C31AF
5#873BA5
6#82469A
7#7E5190
8#795B85
9#75667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBF #EBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8D #DC8DFB | BordersInactive statesPlaceholder text |
| 400 | CA52 #CA52FA | Disabled statesSecondary iconsMuted text |
| 500 | BB20 #BB20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E07 #9E07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E05 #7E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A04 #5A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3902 #39024F | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F4DCFE;
--purple-200: #EBBFFD;
--purple-300: #DC8DFB;
--purple-400: #CA52FA;
--purple-500: #BB20F8;
--purple-600: #9E07DA;
--purple-700: #7E05AD;
--purple-800: #5A047C;
--purple-900: #39024F;
--purple-950: #240231;
}