Purple
#9502DE
PurpleColor Codes
All color formats for development
HEX
#9502DERGB
rgb(149, 2, 222)HSL
hsl(280, 98%, 44%)OKLCH
oklch(0.526 0.269 307.5)CMYK
cmyk(33%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8602C8
2#7702B2
3#68029C
4#590185
5#4A016F
6#3C0159
7#2D0143
8#1E002C
9#0F0016
Tints
Lighter variations
1#A803FA
2#B21DFD
3#BC39FD
4#C555FD
5#CF72FE
6#D98EFE
7#E2AAFE
8#ECC6FE
9#F5E3FF
Tones
Muted variations
1#910DD3
2#8E18C8
3#8A23BD
4#862EB2
5#8339A7
6#7F449C
7#7B4F91
8#785A86
9#74657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BD #E9BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D88B #D88BFE | BordersInactive statesPlaceholder text |
| 400 | C34E #C34EFD | Disabled statesSecondary iconsMuted text |
| 500 | B21C #B21CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9502 #9502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7602 #7602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5501 #55017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3601 #360151 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F3DCFF;
--purple-200: #E9BDFE;
--purple-300: #D88BFE;
--purple-400: #C34EFD;
--purple-500: #B21CFD;
--purple-600: #9502DE;
--purple-700: #7602B1;
--purple-800: #55017E;
--purple-900: #360151;
--purple-950: #220132;
}