Purple
#8603DD
PurpleColor Codes
All color formats for development
HEX
#8603DDRGB
rgb(134, 3, 221)HSL
hsl(276, 97%, 44%)OKLCH
oklch(0.506 0.265 302.6)CMYK
cmyk(39%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7903C7
2#6B03B1
3#5E029B
4#500285
5#43026F
6#360158
7#280142
8#1B012C
9#0D0016
Tints
Lighter variations
1#9704F9
2#A31EFC
3#AE3AFC
4#BA56FC
5#C572FD
6#D18EFD
7#DCABFE
8#E8C7FE
9#F3E3FF
Tones
Muted variations
1#840ED2
2#8219C7
3#7F24BC
4#7D2FB2
5#7B3AA7
6#79459C
7#775091
8#755A86
9#72657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BE #E4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D08B #D08BFD | BordersInactive statesPlaceholder text |
| 400 | B74F #B74FFC | Disabled statesSecondary iconsMuted text |
| 500 | A31D #A31DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8603 #8603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B03 #6B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C02 #4C027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3101 #310150 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DCFE;
--purple-200: #E4BEFE;
--purple-300: #D08BFD;
--purple-400: #B74FFC;
--purple-500: #A31DFC;
--purple-600: #8603DD;
--purple-700: #6B03B0;
--purple-800: #4C027E;
--purple-900: #310150;
--purple-950: #1E0132;
}