Purple
#8203DD
PurpleColor Codes
All color formats for development
HEX
#8203DDRGB
rgb(130, 3, 221)HSL
hsl(275, 97%, 44%)OKLCH
oklch(0.501 0.264 301.2)CMYK
cmyk(41%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7503C7
2#6803B1
3#5B029B
4#4E0285
5#41026F
6#340158
7#270142
8#1A012C
9#0D0016
Tints
Lighter variations
1#9304F9
2#9F1EFC
3#AB3AFC
4#B756FC
5#C372FD
6#CF8EFD
7#DBABFE
8#E7C7FE
9#F3E3FF
Tones
Muted variations
1#810ED2
2#7F19C7
3#7D24BC
4#7B2FB2
5#793AA7
6#77459C
7#765091
8#745A86
9#72657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BE #E3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8B #CE8BFD | BordersInactive statesPlaceholder text |
| 400 | B44F #B44FFC | Disabled statesSecondary iconsMuted text |
| 500 | 9F1D #9F1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8203 #8203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6803 #6803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A02 #4A027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F01 #2F0150 | 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: #F0DCFE;
--purple-200: #E3BEFE;
--purple-300: #CE8BFD;
--purple-400: #B44FFC;
--purple-500: #9F1DFC;
--purple-600: #8203DD;
--purple-700: #6803B0;
--purple-800: #4A027E;
--purple-900: #2F0150;
--purple-950: #1E0132;
}