Purple
#9006DB
PurpleColor Codes
All color formats for development
HEX
#9006DBRGB
rgb(144, 6, 219)HSL
hsl(279, 95%, 44%)OKLCH
oklch(0.518 0.264 306.4)CMYK
cmyk(34%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8205C5
2#7304AF
3#650499
4#570383
5#48036D
6#3A0258
7#2B0242
8#1D012C
9#0E0116
Tints
Lighter variations
1#A306F7
2#AD20F9
3#B83CFA
4#C258FB
5#CC74FB
6#D690FC
7#E0ABFD
8#EBC7FE
9#F5E3FE
Tones
Muted variations
1#8D10D0
2#8A1BC5
3#8726BB
4#8330B0
5#803BA5
6#7D469B
7#7A5090
8#775B86
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 | E7BE #E7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58D #D58DFC | BordersInactive statesPlaceholder text |
| 400 | BF51 #BF51FB | Disabled statesSecondary iconsMuted text |
| 500 | AD1F #AD1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9006 #9006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7304 #7304AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5203 #52037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3402 #340250 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F2DCFE;
--purple-200: #E7BEFD;
--purple-300: #D58DFC;
--purple-400: #BF51FB;
--purple-500: #AD1FF9;
--purple-600: #9006DB;
--purple-700: #7304AE;
--purple-800: #52037C;
--purple-900: #340250;
--purple-950: #210132;
}