Purple
#770DD3
PurpleColor Codes
All color formats for development
HEX
#770DD3RGB
rgb(119, 13, 211)HSL
hsl(272, 88%, 44%)OKLCH
oklch(0.481 0.251 299.1)CMYK
cmyk(44%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B0CBE
2#5F0BA9
3#530994
4#47087F
5#3B0769
6#300554
7#24043F
8#18032A
9#0C0115
Tints
Lighter variations
1#860FEE
2#9328F1
3#A143F3
4#AE5EF5
5#BC79F6
6#C994F8
7#D7AEFA
8#E4C9FC
9#F2E4FD
Tones
Muted variations
1#7617C9
2#7521BF
3#752BB5
4#7435AB
5#733FA2
6#734998
7#72538E
8#725C84
9#71667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F8 | BordersInactive statesPlaceholder text |
| 400 | AB57 #AB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9327 #9327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770D #770DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0B #5E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054D | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F1FE;
--purple-100: #EEDDFD;
--purple-200: #E0C1FB;
--purple-300: #C891F8;
--purple-400: #AB57F4;
--purple-500: #9327F1;
--purple-600: #770DD3;
--purple-700: #5E0BA8;
--purple-800: #430878;
--purple-900: #2B054D;
--purple-950: #1B0330;
}