Purple
#7604AE
PurpleColor Codes
All color formats for development
HEX
#7604AERGB
rgb(118, 4, 174)HSL
hsl(280, 96%, 35%)OKLCH
oklch(0.443 0.223 308.3)CMYK
cmyk(32%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A039D
2#5E038C
3#52027A
4#470269
5#3B0257
6#2F0146
7#230134
8#180123
9#0C0011
Tints
Lighter variations
1#8C04CF
2#A205F0
3#B01CFA
4#BB3CFB
5#C75DFC
6#D27DFC
7#DD9EFD
8#E8BEFE
9#F4DFFE
Tones
Muted variations
1#730CA6
2#70159E
3#6D1D95
4#6A268D
5#682E84
6#65377C
7#624073
8#5F486A
9#5C5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BE #E8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D78C #D78CFD | BordersInactive statesPlaceholder text |
| 400 | C250 #C250FB | Disabled statesSecondary iconsMuted text |
| 500 | B11E #B11EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9404 #9404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7604 #7604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5403 #54037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #360250 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F3DCFE;
--purple-200: #E8BEFE;
--purple-300: #D78CFD;
--purple-400: #C250FB;
--purple-500: #B11EFA;
--purple-600: #9404DC;
--purple-700: #7604AF;
--purple-800: #54037D;
--purple-900: #360250;
--purple-950: #220132;
}