Purple
#9D08D9
PurpleColor Codes
All color formats for development
HEX
#9D08D9RGB
rgb(157, 8, 217)HSL
hsl(283, 93%, 44%)OKLCH
oklch(0.534 0.265 311.2)CMYK
cmyk(28%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E07C3
2#7E06AD
3#6E0598
4#5E0582
5#4F046C
6#3F0357
7#2F0241
8#1F022B
9#100116
Tints
Lighter variations
1#B109F4
2#BB23F7
3#C33EF8
4#CC5AF9
5#D475FA
6#DD91FB
7#E5ACFC
8#EEC8FD
9#F6E3FE
Tones
Muted variations
1#9912CE
2#941DC4
3#9027B9
4#8B32AF
5#873CA4
6#82469A
7#7E5190
8#795B85
9#75667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBF #EBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8E #DC8EFB | BordersInactive statesPlaceholder text |
| 400 | CA53 #CA53F9 | Disabled statesSecondary iconsMuted text |
| 500 | BA22 #BA22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D08 #9D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D06 #7D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5904 #59047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3903 #39034F | 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: #FAF0FE;
--purple-100: #F4DDFE;
--purple-200: #EBBFFD;
--purple-300: #DC8EFB;
--purple-400: #CA53F9;
--purple-500: #BA22F7;
--purple-600: #9D08D9;
--purple-700: #7D06AC;
--purple-800: #59047B;
--purple-900: #39034F;
--purple-950: #240231;
}