Purple
#730DD3
PurpleColor Codes
All color formats for development
HEX
#730DD3RGB
rgb(115, 13, 211)HSL
hsl(271, 88%, 44%)OKLCH
oklch(0.476 0.251 297.6)CMYK
cmyk(45%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#680CBE
2#5C0BA9
3#510994
4#45087F
5#3A0769
6#2E0554
7#23043F
8#17032A
9#0C0115
Tints
Lighter variations
1#820FEE
2#9028F1
3#9E43F3
4#AC5EF5
5#BA79F6
6#C894F8
7#D5AEFA
8#E3C9FC
9#F1E4FD
Tones
Muted variations
1#7317C9
2#7321BF
3#732BB5
4#7235AB
5#723FA2
6#724998
7#71538E
8#715C84
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 | DFC1 #DFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C691 #C691F8 | BordersInactive statesPlaceholder text |
| 400 | A857 #A857F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9027 #9027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 730D #730DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0B #5C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4208 #420878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A05 #2A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F1FE;
--purple-100: #EEDDFD;
--purple-200: #DFC1FB;
--purple-300: #C691F8;
--purple-400: #A857F4;
--purple-500: #9027F1;
--purple-600: #730DD3;
--purple-700: #5C0BA8;
--purple-800: #420878;
--purple-900: #2A054D;
--purple-950: #1A0330;
}