Purple
#9103DD
PurpleColor Codes
All color formats for development
HEX
#9103DDRGB
rgb(145, 3, 221)HSL
hsl(279, 97%, 44%)OKLCH
oklch(0.52 0.267 306.4)CMYK
cmyk(34%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8203C7
2#7403B1
3#65029B
4#570285
5#48026F
6#3A0158
7#2B0142
8#1D012C
9#0E0016
Tints
Lighter variations
1#A304F9
2#AE1EFC
3#B83AFC
4#C256FC
5#CC72FD
6#D78EFD
7#E1ABFE
8#EBC7FE
9#F5E3FF
Tones
Muted variations
1#8E0ED2
2#8A19C7
3#8724BC
4#842FB2
5#813AA7
6#7D459C
7#7A5091
8#775A86
9#73657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BE #E7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D58B #D58BFD | BordersInactive statesPlaceholder text |
| 400 | C04F #C04FFC | Disabled statesSecondary iconsMuted text |
| 500 | AE1D #AE1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9103 #9103DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7303 #7303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5202 #52027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3501 #350150 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F2DCFE;
--purple-200: #E7BEFE;
--purple-300: #D58BFD;
--purple-400: #C04FFC;
--purple-500: #AE1DFC;
--purple-600: #9103DD;
--purple-700: #7303B0;
--purple-800: #52027E;
--purple-900: #350150;
--purple-950: #210132;
}