Purple
#7003DD
PurpleColor Codes
All color formats for development
HEX
#7003DDRGB
rgb(112, 3, 221)HSL
hsl(270, 97%, 44%)OKLCH
oklch(0.479 0.262 294.6)CMYK
cmyk(49%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6503C7
2#5A03B1
3#4F029B
4#430285
5#38026F
6#2D0158
7#220142
8#16012C
9#0B0016
Tints
Lighter variations
1#7E04F9
2#8D1EFC
3#9B3AFC
4#A956FC
5#B872FD
6#C68EFD
7#D4ABFE
8#E2C7FE
9#F1E3FF
Tones
Muted variations
1#700ED2
2#7019C7
3#7024BC
4#702FB2
5#703AA7
6#70459C
7#705091
8#705A86
9#70657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBE #DEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C48B #C48BFD | BordersInactive statesPlaceholder text |
| 400 | A64F #A64FFC | Disabled statesSecondary iconsMuted text |
| 500 | 8C1D #8C1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7003 #7003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5903 #5903B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4002 #40027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2901 #290150 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F0FF;
--purple-100: #EDDCFE;
--purple-200: #DEBEFE;
--purple-300: #C48BFD;
--purple-400: #A64FFC;
--purple-500: #8C1DFC;
--purple-600: #7003DD;
--purple-700: #5903B0;
--purple-800: #40027E;
--purple-900: #290150;
--purple-950: #1A0132;
}