Purple
#7708D9
PurpleColor Codes
All color formats for development
HEX
#7708D9RGB
rgb(119, 8, 217)HSL
hsl(272, 93%, 44%)OKLCH
oklch(0.485 0.258 297.9)CMYK
cmyk(45%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B07C3
2#5F06AD
3#530598
4#470582
5#3C046C
6#300357
7#240241
8#18022B
9#0C0116
Tints
Lighter variations
1#8609F4
2#9423F7
3#A13EF8
4#AF5AF9
5#BC75FA
6#C991FB
7#D7ACFC
8#E4C8FD
9#F2E3FE
Tones
Muted variations
1#7612CE
2#761DC4
3#7527B9
4#7432AF
5#743CA4
6#73469A
7#725190
8#725B85
9#71667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BF #E0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFB | BordersInactive statesPlaceholder text |
| 400 | AB53 #AB53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9322 #9322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7708 #7708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F06 #5F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4404 #44047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034F | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FE;
--purple-100: #EEDDFE;
--purple-200: #E0BFFD;
--purple-300: #C88EFB;
--purple-400: #AB53F9;
--purple-500: #9322F7;
--purple-600: #7708D9;
--purple-700: #5F06AC;
--purple-800: #44047B;
--purple-900: #2B034F;
--purple-950: #1B0231;
}