Purple
#7403DD
PurpleColor Codes
All color formats for development
HEX
#7403DDRGB
rgb(116, 3, 221)HSL
hsl(271, 97%, 44%)OKLCH
oklch(0.484 0.263 296.1)CMYK
cmyk(48%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6803C7
2#5D03B1
3#51029B
4#450285
5#3A026F
6#2E0158
7#230142
8#17012C
9#0C0016
Tints
Lighter variations
1#8304F9
2#901EFC
3#9E3AFC
4#AC56FC
5#BA72FD
6#C88EFD
7#D6ABFE
8#E3C7FE
9#F1E3FF
Tones
Muted variations
1#730ED2
2#7319C7
3#7324BC
4#722FB2
5#723AA7
6#72459C
7#715091
8#715A86
9#71657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBE #DFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C68B #C68BFD | BordersInactive statesPlaceholder text |
| 400 | A94F #A94FFC | Disabled statesSecondary iconsMuted text |
| 500 | 901D #901DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7403 #7403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C03 #5C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4202 #42027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A01 #2A0150 | 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: #F8F0FF;
--purple-100: #EEDCFE;
--purple-200: #DFBEFE;
--purple-300: #C68BFD;
--purple-400: #A94FFC;
--purple-500: #901DFC;
--purple-600: #7403DD;
--purple-700: #5C03B0;
--purple-800: #42027E;
--purple-900: #2A0150;
--purple-950: #1A0132;
}