Purple
#7E08D9
PurpleColor Codes
All color formats for development
HEX
#7E08D9RGB
rgb(126, 8, 217)HSL
hsl(274, 93%, 44%)OKLCH
oklch(0.493 0.259 300.5)CMYK
cmyk(42%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7207C3
2#6506AD
3#580598
4#4C0582
5#3F046C
6#320357
7#260241
8#19022B
9#0D0116
Tints
Lighter variations
1#8E09F4
2#9B23F7
3#A73EF8
4#B45AF9
5#C075FA
6#CD91FB
7#D9ACFC
8#E6C8FD
9#F2E3FE
Tones
Muted variations
1#7D12CE
2#7B1DC4
3#7A27B9
4#7932AF
5#773CA4
6#76469A
7#745190
8#735B85
9#72667B
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 | E2BF #E2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8E #CC8EFB | BordersInactive statesPlaceholder text |
| 400 | B153 #B153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9A22 #9A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E08 #7E08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6406 #6406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4804 #48047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E03 #2E034F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FE;
--purple-100: #EFDDFE;
--purple-200: #E2BFFD;
--purple-300: #CC8EFB;
--purple-400: #B153F9;
--purple-500: #9A22F7;
--purple-600: #7E08D9;
--purple-700: #6406AC;
--purple-800: #48047B;
--purple-900: #2E034F;
--purple-950: #1D0231;
}