Purple
#9D00E0
PurpleColor Codes
All color formats for development
HEX
#9D00E0RGB
rgb(157, 0, 224)HSL
hsl(282, 100%, 44%)OKLCH
oklch(0.538 0.273 309.7)CMYK
cmyk(30%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D00CA
2#7E00B4
3#6E009D
4#5E0087
5#4F0070
6#3F005A
7#2F0043
8#1F002D
9#100016
Tints
Lighter variations
1#B100FD
2#BA1BFF
3#C337FF
4#CC54FF
5#D470FF
6#DD8DFF
7#E5A9FF
8#EEC6FF
9#F6E2FF
Tones
Muted variations
1#990BD5
2#9416CA
3#9022BF
4#8B2DB4
5#8738A8
6#82439D
7#7E4F92
8#795A87
9#75657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBD #EBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8A #DC8AFF | BordersInactive statesPlaceholder text |
| 400 | C94D #C94DFF | Disabled statesSecondary iconsMuted text |
| 500 | BA1A #BA1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D00 #9D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D00 #7D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5900 #590080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3900 #390052 | Primary textHigh emphasis contentDark headings |
| 950 | 2400 #240033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F4DBFF;
--purple-200: #EBBDFF;
--purple-300: #DC8AFF;
--purple-400: #C94DFF;
--purple-500: #BA1AFF;
--purple-600: #9D00E0;
--purple-700: #7D00B3;
--purple-800: #590080;
--purple-900: #390052;
--purple-950: #240033;
}