Purple
#7703DD
PurpleColor Codes
All color formats for development
HEX
#7703DDRGB
rgb(119, 3, 221)HSL
hsl(272, 97%, 44%)OKLCH
oklch(0.487 0.263 297.2)CMYK
cmyk(46%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C03C7
2#6003B1
3#54029B
4#480285
5#3C026F
6#300158
7#240142
8#18012C
9#0C0016
Tints
Lighter variations
1#8704F9
2#941EFC
3#A23AFC
4#AF56FC
5#BC72FD
6#CA8EFD
7#D7ABFE
8#E4C7FE
9#F2E3FF
Tones
Muted variations
1#770ED2
2#7619C7
3#7524BC
4#752FB2
5#743AA7
6#73459C
7#725091
8#725A86
9#71657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BE #E0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C88B #C88BFD | BordersInactive statesPlaceholder text |
| 400 | AC4F #AC4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 941D #941DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7703 #7703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F03 #5F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4402 #44027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B01 #2B0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FF;
--purple-100: #EEDCFE;
--purple-200: #E0BEFE;
--purple-300: #C88BFD;
--purple-400: #AC4FFC;
--purple-500: #941DFC;
--purple-600: #7703DD;
--purple-700: #5F03B0;
--purple-800: #44027E;
--purple-900: #2B0150;
--purple-950: #1B0132;
}