Purple
#770FD2
PurpleColor Codes
All color formats for development
HEX
#770FD2RGB
rgb(119, 15, 210)HSL
hsl(272, 87%, 44%)OKLCH
oklch(0.48 0.25 299.2)CMYK
cmyk(43%, 93%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B0DBD
2#5F0CA8
3#530A93
4#47097E
5#3B0769
6#2F0654
7#24043F
8#18032A
9#0C0115
Tints
Lighter variations
1#8610ED
2#9329F0
3#A144F2
4#AE5FF4
5#BC79F6
6#C994F8
7#D7AFF9
8#E4CAFB
9#F2E4FD
Tones
Muted variations
1#7618C8
2#7522BE
3#752CB5
4#7436AB
5#733FA1
6#734997
7#72538D
8#725D84
9#71667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F7 | BordersInactive statesPlaceholder text |
| 400 | AB58 #AB58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 9328 #9328F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770F #770FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0C #5E0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054C | 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: #EEDEFD;
--purple-200: #E0C1FB;
--purple-300: #C891F7;
--purple-400: #AB58F3;
--purple-500: #9328F0;
--purple-600: #770FD2;
--purple-700: #5E0CA7;
--purple-800: #430877;
--purple-900: #2B054C;
--purple-950: #1B0330;
}