Purple
#7B08D9
PurpleColor Codes
All color formats for development
HEX
#7B08D9RGB
rgb(123, 8, 217)HSL
hsl(273, 93%, 44%)OKLCH
oklch(0.49 0.259 299.4)CMYK
cmyk(43%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E07C3
2#6206AD
3#560598
4#4A0582
5#3D046C
6#310357
7#250241
8#19022B
9#0C0116
Tints
Lighter variations
1#8A09F4
2#9723F7
3#A43EF8
4#B15AF9
5#BE75FA
6#CB91FB
7#D8ACFC
8#E5C8FD
9#F2E3FE
Tones
Muted variations
1#7A12CE
2#791DC4
3#7827B9
4#7632AF
5#753CA4
6#74469A
7#735190
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 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFB | BordersInactive statesPlaceholder text |
| 400 | AE53 #AE53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9722 #9722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B08 #7B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6206 #6206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4604 #46047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034F | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FE;
--purple-100: #EFDDFE;
--purple-200: #E1BFFD;
--purple-300: #CA8EFB;
--purple-400: #AE53F9;
--purple-500: #9722F7;
--purple-600: #7B08D9;
--purple-700: #6206AC;
--purple-800: #46047B;
--purple-900: #2D034F;
--purple-950: #1C0231;
}