Purple
#8907DA
PurpleColor Codes
All color formats for development
HEX
#8907DARGB
rgb(137, 7, 218)HSL
hsl(277, 94%, 44%)OKLCH
oklch(0.508 0.262 304.2)CMYK
cmyk(37%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B06C4
2#6D05AE
3#600598
4#520483
5#44036D
6#370357
7#290241
8#1B012C
9#0E0116
Tints
Lighter variations
1#9A08F5
2#A621F8
3#B13DF9
4#BC59FA
5#C774FB
6#D290FC
7#DEACFC
8#E9C8FD
9#F4E3FE
Tones
Muted variations
1#8611CF
2#841CC5
3#8126BA
4#7F31AF
5#7D3BA5
6#7A469A
7#785190
8#755B85
9#73667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18D #D18DFB | BordersInactive statesPlaceholder text |
| 400 | B952 #B952FA | Disabled statesSecondary iconsMuted text |
| 500 | A520 #A520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8907 #8907DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D05 #6D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E04 #4E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #32024F | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DCFE;
--purple-200: #E5BFFD;
--purple-300: #D18DFB;
--purple-400: #B952FA;
--purple-500: #A520F8;
--purple-600: #8907DA;
--purple-700: #6D05AD;
--purple-800: #4E047C;
--purple-900: #32024F;
--purple-950: #1F0231;
}