Purple
#7700B3
PurpleColor Codes
All color formats for development
HEX
#7700B3RGB
rgb(119, 0, 179)HSL
hsl(280, 100%, 35%)OKLCH
oklch(0.447 0.229 307.4)CMYK
cmyk(34%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B00A1
2#5F008F
3#53007D
4#47006B
5#3C0059
6#300047
7#240036
8#180024
9#0C0012
Tints
Lighter variations
1#8D00D4
2#A300F5
3#B217FF
4#BD38FF
5#C859FF
6#D37AFF
7#DE9CFF
8#E9BDFF
9#F4DEFF
Tones
Muted variations
1#7409AA
2#7112A1
3#6E1B98
4#6B248F
5#682D86
6#65367D
7#623E74
8#5F476B
9#5C5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DB #F3DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BD #E9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D88A #D88AFF | BordersInactive statesPlaceholder text |
| 400 | C44D #C44DFF | Disabled statesSecondary iconsMuted text |
| 500 | B31A #B31AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9600 #9600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7700 #7700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5500 #550080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3600 #360052 | Primary textHigh emphasis contentDark headings |
| 950 | 2200 #220033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F3DBFF;
--purple-200: #E9BDFF;
--purple-300: #D88AFF;
--purple-400: #C44DFF;
--purple-500: #B31AFF;
--purple-600: #9600E0;
--purple-700: #7700B3;
--purple-800: #550080;
--purple-900: #360052;
--purple-950: #220033;
}