Purple
#7805AD
PurpleColor Codes
All color formats for development
HEX
#7805ADRGB
rgb(120, 5, 173)HSL
hsl(281, 94%, 35%)OKLCH
oklch(0.445 0.223 309.4)CMYK
cmyk(31%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C059C
2#60048B
3#540479
4#480368
5#3C0357
6#300245
7#240234
8#180123
9#0C0111
Tints
Lighter variations
1#8E06CD
2#A507ED
3#B31EF8
4#BE3EF9
5#C95EFA
6#D47EFB
7#DE9FFC
8#E9BFFD
9#F4DFFE
Tones
Muted variations
1#750EA5
2#72169C
3#6F1F94
4#6C278C
5#692F83
6#66387B
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 | E9BF #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D98D #D98DFB | BordersInactive statesPlaceholder text |
| 400 | C552 #C552FA | Disabled statesSecondary iconsMuted text |
| 500 | B420 #B420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9707 #9707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7805 #7805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5604 #56047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3702 #37024F | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F3DCFE;
--purple-200: #E9BFFD;
--purple-300: #D98DFB;
--purple-400: #C552FA;
--purple-500: #B420F8;
--purple-600: #9707DA;
--purple-700: #7805AD;
--purple-800: #56047C;
--purple-900: #37024F;
--purple-950: #220231;
}