Violet
#E58BFE
PinkColor Codes
All color formats for development
HEX
#E58BFERGB
rgb(229, 139, 254)HSL
hsl(287, 98%, 77%)OKLCH
oklch(0.772 0.182 318.6)CMYK
cmyk(10%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC64FD
2#D33DFD
3#CB16FD
4#B702E9
5#9902C2
6#7A029C
7#5C0175
8#3D014E
9#1F0027
Tints
Lighter variations
1#E896FE
2#EAA2FE
3#EDAEFE
4#EFB9FE
5#F2C5FE
6#F5D1FF
7#F7DCFF
8#FAE8FF
9#FCF3FF
Tones
Muted variations
1#E291F8
2#DE96F2
3#DB9CED
4#D8A2E7
5#D5A8E1
6#D1ADDB
7#CEB3D6
8#CBB9D0
9#C8BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E58B #E58BFE | BordersInactive statesPlaceholder text |
| 400 | D74E #D74EFD | Disabled statesSecondary iconsMuted text |
| 500 | CC1C #CC1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | AF02 #AF02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B02 #8B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6301 #63017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F01 #3F0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--violet-50: #FCF0FF;
--violet-100: #F7DCFF;
--violet-200: #F0BDFE;
--violet-300: #E58BFE;
--violet-400: #D74EFD;
--violet-500: #CC1CFD;
--violet-600: #AF02DE;
--violet-700: #8B02B1;
--violet-800: #63017E;
--violet-900: #3F0151;
--violet-950: #280132;
}