Purple
#9007DA
PurpleColor Codes
All color formats for development
HEX
#9007DARGB
rgb(144, 7, 218)HSL
hsl(279, 94%, 44%)OKLCH
oklch(0.517 0.263 306.7)CMYK
cmyk(34%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8106C4
2#7305AE
3#650598
4#560483
5#48036D
6#3A0357
7#2B0241
8#1D012C
9#0E0116
Tints
Lighter variations
1#A208F5
2#AD21F8
3#B73DF9
4#C159FA
5#CC74FB
6#D690FC
7#E0ACFC
8#EAC8FD
9#F5E3FE
Tones
Muted variations
1#8D11CF
2#8A1CC5
3#8626BA
4#8331AF
5#803BA5
6#7D469A
7#7A5190
8#775B85
9#73667B
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;
}