Violet
#E78DFB
PinkColor Codes
All color formats for development
HEX
#E78DFBRGB
rgb(231, 141, 251)HSL
hsl(289, 93%, 77%)OKLCH
oklch(0.776 0.177 320.1)CMYK
cmyk(8%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF68FA
2#D742F8
3#CF1CF7
4#BB08E3
5#9C07BD
6#7D0598
7#5E0472
8#3E034C
9#1F0126
Tints
Lighter variations
1#E999FB
2#ECA4FC
3#EEB0FC
4#F1BBFD
5#F3C6FD
6#F5D2FD
7#F8DDFE
8#FAE8FE
9#FDF4FF
Tones
Muted variations
1#E393F5
2#E099F0
3#DD9EEB
4#D9A4E5
5#D6A9E0
6#D2AFDA
7#CFB4D5
8#CBB9CF
9#C8BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E78E #E78EFB | BordersInactive statesPlaceholder text |
| 400 | DA53 #DA53F9 | Disabled statesSecondary iconsMuted text |
| 500 | D022 #D022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B208 #B208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E06 #8E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6504 #65047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4103 #41034F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--violet-50: #FCF0FE;
--violet-100: #F8DDFE;
--violet-200: #F1BFFD;
--violet-300: #E78EFB;
--violet-400: #DA53F9;
--violet-500: #D022F7;
--violet-600: #B208D9;
--violet-700: #8E06AC;
--violet-800: #65047B;
--violet-900: #41034F;
--violet-950: #290231;
}