Purple
#9D09D7
PurpleColor Codes
All color formats for development
HEX
#9D09D7RGB
rgb(157, 9, 215)HSL
hsl(283, 92%, 44%)OKLCH
oklch(0.533 0.263 311.7)CMYK
cmyk(27%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D08C2
2#7E07AC
3#6E0697
4#5E0581
5#4E046C
6#3F0456
7#2F0341
8#1F022B
9#100116
Tints
Lighter variations
1#B10AF3
2#BA24F6
3#C33FF7
4#CB5AF8
5#D476F9
6#DD91FA
7#E5ADFC
8#EEC8FD
9#F6E4FE
Tones
Muted variations
1#9813CD
2#941EC3
3#9028B8
4#8B32AE
5#873DA4
6#824799
7#7E518F
8#795C85
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 #EBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8E #DC8EFA | BordersInactive statesPlaceholder text |
| 400 | C954 #C954F8 | Disabled statesSecondary iconsMuted text |
| 500 | BA23 #BA23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D09 #9D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D07 #7D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5905 #59057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3903 #39034E | 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: #EBBFFC;
--purple-300: #DC8EFA;
--purple-400: #C954F8;
--purple-500: #BA23F6;
--purple-600: #9D09D7;
--purple-700: #7D07AB;
--purple-800: #59057A;
--purple-900: #39034E;
--purple-950: #240231;
}