Purple
#9008D9
PurpleColor Codes
All color formats for development
HEX
#9008D9RGB
rgb(144, 8, 217)HSL
hsl(279, 93%, 44%)OKLCH
oklch(0.517 0.262 306.9)CMYK
cmyk(34%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8107C3
2#7306AD
3#640598
4#560582
5#48046C
6#390357
7#2B0241
8#1D022B
9#0E0116
Tints
Lighter variations
1#A209F4
2#AD23F7
3#B73EF8
4#C15AF9
5#CC75FA
6#D691FB
7#E0ACFC
8#EAC8FD
9#F5E3FE
Tones
Muted variations
1#8C12CE
2#891DC4
3#8627B9
4#8332AF
5#803CA4
6#7D469A
7#7A5190
8#765B85
9#73667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BF #E7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58E #D58EFB | BordersInactive statesPlaceholder text |
| 400 | BF53 #BF53F9 | Disabled statesSecondary iconsMuted text |
| 500 | AC22 #AC22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9008 #9008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7206 #7206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5204 #52047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3403 #34034F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FE;
--purple-100: #F2DDFE;
--purple-200: #E7BFFD;
--purple-300: #D58EFB;
--purple-400: #BF53F9;
--purple-500: #AC22F7;
--purple-600: #9008D9;
--purple-700: #7206AC;
--purple-800: #52047B;
--purple-900: #34034F;
--purple-950: #210231;
}