#e693eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
230, 147, 235
HSL
297°, 69%, 75%
CMYK
2, 37, 0, 8
Luminance
0.4369
Every format
| HEX | #e693eb |
| RGB | rgb(230, 147, 235) |
| HSL | hsl(297, 69%, 75%) |
| CMYK | cmyk(2%, 37%, 0%, 8%) |
| LAB | lab(72.0 44.8 -31.6) |
| LCH | lch(72.0 54.9 324.8) |
| OKLCH | oklch(0.777 0.150 324.9) |
Copy-ready code
/* CSS */
color: #e693eb;
background-color: #e693eb;
/* Tailwind (arbitrary) */
class="text-[#e693eb] bg-[#e693eb]"
/* SCSS */
$brand: #e693eb;
/* SwiftUI */
Color(red: 0.902, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#e693eb")Accessibility — WCAG contrast
Aa
#e693eb on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e693eb on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green57.6%
Blue92.2%
CMYK percentages
Cyan2.1%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#e693eb text on a black background
contrast 9.74:1
Card sample
#e693eb text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e693eb;
Background color
Panel with #e693eb background
background-color: #e693eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e693eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e693eb; background: linear-gradient(135deg, #e693eb, #EB93B5);