Purple
#7205AD
PurpleColor Codes
All color formats for development
HEX
#7205ADRGB
rgb(114, 5, 173)HSL
hsl(279, 94%, 35%)OKLCH
oklch(0.436 0.221 306.9)CMYK
cmyk(34%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67059C
2#5C048B
3#500479
4#450368
5#390357
6#2E0245
7#220234
8#170123
9#0B0111
Tints
Lighter variations
1#8806CD
2#9D07ED
3#AC1EF8
4#B83EF9
5#C35EFA
6#CF7EFB
7#DB9FFC
8#E7BFFD
9#F3DFFE
Tones
Muted variations
1#700EA5
2#6D169C
3#6B1F94
4#68278C
5#662F83
6#63387B
7#614072
8#5E486A
9#5C5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BF #E7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58D #D58DFB | BordersInactive statesPlaceholder text |
| 400 | BF52 #BF52FA | Disabled statesSecondary iconsMuted text |
| 500 | AD20 #AD20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9007 #9007DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7205 #7205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5204 #52047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3402 #34024F | 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: #FAF0FF;
--purple-100: #F2DCFE;
--purple-200: #E7BFFD;
--purple-300: #D58DFB;
--purple-400: #BF52FA;
--purple-500: #AD20F8;
--purple-600: #9007DA;
--purple-700: #7205AD;
--purple-800: #52047C;
--purple-900: #34024F;
--purple-950: #210231;
}