Purple
#7505AD
PurpleColor Codes
All color formats for development
HEX
#7505ADRGB
rgb(117, 5, 173)HSL
hsl(280, 94%, 35%)OKLCH
oklch(0.441 0.222 308.2)CMYK
cmyk(32%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69059C
2#5E048B
3#520479
4#460368
5#3B0357
6#2F0245
7#230234
8#170123
9#0C0111
Tints
Lighter variations
1#8B06CD
2#A107ED
3#AF1EF8
4#BB3EF9
5#C65EFA
6#D17EFB
7#DD9FFC
8#E8BFFD
9#F4DFFE
Tones
Muted variations
1#720EA5
2#70169C
3#6D1F94
4#6A278C
5#672F83
6#64387B
7#624072
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 | E8BF #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78D #D78DFB | BordersInactive statesPlaceholder text |
| 400 | C252 #C252FA | Disabled statesSecondary iconsMuted text |
| 500 | B020 #B020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9307 #9307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7505 #7505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #36024F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F3DCFE;
--purple-200: #E8BFFD;
--purple-300: #D78DFB;
--purple-400: #C252FA;
--purple-500: #B020F8;
--purple-600: #9307DA;
--purple-700: #7505AD;
--purple-800: #54047C;
--purple-900: #36024F;
--purple-950: #210231;
}