Purple
#7F0EA4
PinkColor Codes
All color formats for development
HEX
#7F0EA4RGB
rgb(127, 14, 164)HSL
hsl(285, 84%, 35%)OKLCH
oklch(0.451 0.214 314.8)CMYK
cmyk(23%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#720D94
2#650B83
3#590A73
4#4C0963
5#3F0752
6#330642
7#260431
8#190321
9#0D0110
Tints
Lighter variations
1#9611C3
2#AE14E1
3#BC2AEC
4#C548EF
5#CF67F2
6#D985F4
7#E2A4F7
8#ECC2FA
9#F5E1FC
Tones
Muted variations
1#7B169D
2#771D95
3#73258E
4#702C86
5#6C347F
6#683B77
7#644370
8#614A68
9#5D5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC2 #ECC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DD93 #DD93F6 | BordersInactive statesPlaceholder text |
| 400 | CB5B #CB5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | BC2C #BC2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 9F12 #9F12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F0E #7F0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0A #5B0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A07 #3A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2404 #24042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F5DEFC;
--purple-200: #ECC2FA;
--purple-300: #DD93F6;
--purple-400: #CB5BF1;
--purple-500: #BC2CED;
--purple-600: #9F12CE;
--purple-700: #7F0EA4;
--purple-800: #5B0A75;
--purple-900: #3A074B;
--purple-950: #24042F;
}