Purple
#7D0DD3
PurpleColor Codes
All color formats for development
HEX
#7D0DD3RGB
rgb(125, 13, 211)HSL
hsl(274, 88%, 44%)OKLCH
oklch(0.488 0.252 301.3)CMYK
cmyk(41%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#710CBE
2#640BA9
3#580994
4#4B087F
5#3F0769
6#320554
7#26043F
8#19032A
9#0D0115
Tints
Lighter variations
1#8D0FEE
2#9A28F1
3#A743F3
4#B35EF5
5#C079F6
6#CD94F8
7#D9AEFA
8#E6C9FC
9#F2E4FD
Tones
Muted variations
1#7C17C9
2#7B21BF
3#792BB5
4#7835AB
5#773FA2
6#754998
7#74538E
8#735C84
9#72667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C1 #E2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CB91 #CB91F8 | BordersInactive statesPlaceholder text |
| 400 | B057 #B057F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9A27 #9A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D0D #7D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 640B #640BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4708 #470878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E05 #2E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F1FE;
--purple-100: #EFDDFD;
--purple-200: #E2C1FB;
--purple-300: #CB91F8;
--purple-400: #B057F4;
--purple-500: #9A27F1;
--purple-600: #7D0DD3;
--purple-700: #640BA8;
--purple-800: #470878;
--purple-900: #2E054D;
--purple-950: #1C0330;
}