Purple
#7005AD
PurpleColor Codes
All color formats for development
HEX
#7005ADRGB
rgb(112, 5, 173)HSL
hsl(278, 94%, 35%)OKLCH
oklch(0.434 0.221 306.1)CMYK
cmyk(35%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64059C
2#59048B
3#4E0479
4#430368
5#380357
6#2D0245
7#210234
8#160123
9#0B0111
Tints
Lighter variations
1#8406CD
2#9907ED
3#A81EF8
4#B43EF9
5#C15EFA
6#CD7EFB
7#DA9FFC
8#E6BFFD
9#F3DFFE
Tones
Muted variations
1#6D0EA5
2#6B169C
3#691F94
4#67278C
5#642F83
6#62387B
7#604072
8#5E486A
9#5B5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BF #E6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38D #D38DFB | BordersInactive statesPlaceholder text |
| 400 | BC52 #BC52FA | Disabled statesSecondary iconsMuted text |
| 500 | A920 #A920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C07 #8C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7005 #7005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5004 #50047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #33024F | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F2DCFE;
--purple-200: #E6BFFD;
--purple-300: #D38DFB;
--purple-400: #BC52FA;
--purple-500: #A920F8;
--purple-600: #8C07DA;
--purple-700: #7005AD;
--purple-800: #50047C;
--purple-900: #33024F;
--purple-950: #200231;
}