Purple
#8B0EA4
PinkColor Codes
All color formats for development
HEX
#8B0EA4RGB
rgb(139, 14, 164)HSL
hsl(290, 84%, 35%)OKLCH
oklch(0.469 0.217 319.5)CMYK
cmyk(15%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D0D94
2#6F0B83
3#610A73
4#540963
5#460752
6#380642
7#2A0431
8#1C0321
9#0E0110
Tints
Lighter variations
1#A511C3
2#BF14E1
3#CC2AEC
4#D348EF
5#DB67F2
6#E285F4
7#E9A4F7
8#F0C2FA
9#F8E1FC
Tones
Muted variations
1#86169D
2#811D95
3#7C258E
4#772C86
5#72347F
6#6D3B77
7#684370
8#634A68
9#5E5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E593 #E593F6 | BordersInactive statesPlaceholder text |
| 400 | D85B #D85BF1 | Disabled statesSecondary iconsMuted text |
| 500 | CD2C #CD2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | AF12 #AF12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0E #8B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630A #630A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4007 #40074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F7DEFC;
--purple-200: #F0C2FA;
--purple-300: #E593F6;
--purple-400: #D85BF1;
--purple-500: #CD2CED;
--purple-600: #AF12CE;
--purple-700: #8B0EA4;
--purple-800: #630A75;
--purple-900: #40074B;
--purple-950: #28042F;
}