Purple
#7B09D7
PurpleColor Codes
All color formats for development
HEX
#7B09D7RGB
rgb(123, 9, 215)HSL
hsl(273, 92%, 44%)OKLCH
oklch(0.488 0.257 299.8)CMYK
cmyk(43%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E08C2
2#6207AC
3#560697
4#4A0581
5#3D046C
6#310456
7#250341
8#19022B
9#0C0116
Tints
Lighter variations
1#8A0AF3
2#9724F6
3#A43FF7
4#B15AF8
5#BE76F9
6#CB91FA
7#D8ADFC
8#E5C8FD
9#F2E4FE
Tones
Muted variations
1#7913CD
2#781EC3
3#7728B8
4#7632AE
5#753DA4
6#744799
7#73518F
8#725C85
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 #E1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFA | BordersInactive statesPlaceholder text |
| 400 | AE54 #AE54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9723 #9723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B09 #7B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6107 #6107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4605 #46057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034E | 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: #E1BFFC;
--purple-300: #CA8EFA;
--purple-400: #AE54F8;
--purple-500: #9723F6;
--purple-600: #7B09D7;
--purple-700: #6107AB;
--purple-800: #46057A;
--purple-900: #2D034E;
--purple-950: #1C0231;
}