Purple
#7506AC
PurpleColor Codes
All color formats for development
HEX
#7506ACRGB
rgb(117, 6, 172)HSL
hsl(280, 93%, 35%)OKLCH
oklch(0.44 0.221 308.4)CMYK
cmyk(32%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69069B
2#5E058A
3#520479
4#460467
5#3A0356
6#2F0245
7#230234
8#170122
9#0C0111
Tints
Lighter variations
1#8B07CC
2#A009EC
3#AF1FF7
4#BA3FF8
5#C65FF9
6#D17FFA
7#DD9FFC
8#E8BFFD
9#F4DFFE
Tones
Muted variations
1#720FA4
2#6F179C
3#6D1F93
4#6A278B
5#673083
6#64387A
7#624072
8#5F496A
9#5C5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78E #D78EFB | BordersInactive statesPlaceholder text |
| 400 | C153 #C153F9 | Disabled statesSecondary iconsMuted text |
| 500 | B022 #B022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9308 #9308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7506 #7506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3503 #35034F | 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: #FAF0FE;
--purple-100: #F3DDFE;
--purple-200: #E8BFFD;
--purple-300: #D78EFB;
--purple-400: #C153F9;
--purple-500: #B022F7;
--purple-600: #9308D9;
--purple-700: #7506AC;
--purple-800: #54047B;
--purple-900: #35034F;
--purple-950: #210231;
}