Purple
#7008D9
PurpleColor Codes
All color formats for development
HEX
#7008D9RGB
rgb(112, 8, 217)HSL
hsl(270, 93%, 44%)OKLCH
oklch(0.477 0.258 295.3)CMYK
cmyk(48%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6507C3
2#5A06AD
3#4F0598
4#430582
5#38046C
6#2D0357
7#220241
8#16022B
9#0B0116
Tints
Lighter variations
1#7E09F4
2#8D23F7
3#9B3EF8
4#A95AF9
5#B875FA
6#C691FB
7#D4ACFC
8#E2C8FD
9#F1E3FE
Tones
Muted variations
1#7012CE
2#701DC4
3#7027B9
4#7032AF
5#703CA4
6#70469A
7#705190
8#705B85
9#70667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBF #DEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C48E #C48EFB | BordersInactive statesPlaceholder text |
| 400 | A653 #A653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8C22 #8C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7008 #7008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5906 #5906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4004 #40047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2903 #29034F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F0FE;
--purple-100: #EDDDFE;
--purple-200: #DEBFFD;
--purple-300: #C48EFB;
--purple-400: #A653F9;
--purple-500: #8C22F7;
--purple-600: #7008D9;
--purple-700: #5906AC;
--purple-800: #40047B;
--purple-900: #29034F;
--purple-950: #1A0231;
}