Purple
#770CD4
PurpleColor Codes
All color formats for development
HEX
#770CD4RGB
rgb(119, 12, 212)HSL
hsl(272, 89%, 44%)OKLCH
oklch(0.481 0.253 298.9)CMYK
cmyk(44%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B0BBF
2#5F0AAA
3#530994
4#47077F
5#3B066A
6#300555
7#240440
8#18022A
9#0C0115
Tints
Lighter variations
1#860EEF
2#9427F2
3#A142F4
4#AE5DF6
5#BC78F7
6#C993F9
7#D7AEFA
8#E4C9FC
9#F2E4FD
Tones
Muted variations
1#7616CA
2#7620C0
3#752AB6
4#7434AC
5#743EA2
6#734898
7#72528E
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 | E0C0 #E0C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C890 #C890F9 | BordersInactive statesPlaceholder text |
| 400 | AB56 #AB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9326 #9326F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770C #770CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F0A #5F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4407 #440778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044D | 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: #E0C0FB;
--purple-300: #C890F9;
--purple-400: #AB56F5;
--purple-500: #9326F2;
--purple-600: #770CD4;
--purple-700: #5F0AA9;
--purple-800: #440778;
--purple-900: #2B044D;
--purple-950: #1B0330;
}