#e693df
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 147, 223
HSL
305°, 62%, 74%
CMYK
0, 36, 3, 10
Luminance
0.4302
Every format
| HEX | #e693df |
| RGB | rgb(230, 147, 223) |
| HSL | hsl(305, 62%, 74%) |
| CMYK | cmyk(0%, 36%, 3%, 10%) |
| LAB | lab(71.6 42.7 -25.8) |
| LCH | lch(71.6 49.8 328.9) |
| OKLCH | oklch(0.772 0.139 329.8) |
Copy-ready code
/* CSS */
color: #e693df;
background-color: #e693df;
/* Tailwind (arbitrary) */
class="text-[#e693df] bg-[#e693df]"
/* SCSS */
$brand: #e693df;
/* SwiftUI */
Color(red: 0.902, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#e693df")Accessibility — WCAG contrast
Aa
#e693df on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e693df on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green57.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow3.0%
Key (black)9.8%
Color previews
#e693df text on a black background
contrast 9.60:1
Card sample
#e693df text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e693df;
Background color
Panel with #e693df background
background-color: #e693df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e693df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e693df; background: linear-gradient(135deg, #e693df, #E693A8);