Purple
#760AA9
PurpleColor Codes
All color formats for development
HEX
#760AA9RGB
rgb(118, 10, 169)HSL
hsl(281, 89%, 35%)OKLCH
oklch(0.44 0.217 309.6)CMYK
cmyk(30%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B0998
2#5F0887
3#530776
4#470665
5#3B0554
6#2F0443
7#240333
8#180222
9#0C0111
Tints
Lighter variations
1#8C0CC8
2#A20DE7
3#B124F2
4#BC43F4
5#C762F6
6#D282F8
7#DEA1FA
8#E9C0FB
9#F4E0FD
Tones
Muted variations
1#7312A1
2#711A99
3#6E2291
4#6B2A89
5#683281
6#653979
7#624171
8#5F4969
9#5C5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C0 #E9C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D790 #D790F9 | BordersInactive statesPlaceholder text |
| 400 | C356 #C356F5 | Disabled statesSecondary iconsMuted text |
| 500 | B226 #B226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 950C #950CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 760A #760AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5507 #550778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3604 #36044D | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FE;
--purple-100: #F3DDFD;
--purple-200: #E9C0FB;
--purple-300: #D790F9;
--purple-400: #C356F5;
--purple-500: #B226F2;
--purple-600: #950CD4;
--purple-700: #760AA9;
--purple-800: #550778;
--purple-900: #36044D;
--purple-950: #220330;
}