#e697eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 151, 235
HSL
296°, 68%, 76%
CMYK
2, 36, 0, 8
Luminance
0.4495
Every format
| HEX | #e697eb |
| RGB | rgb(230, 151, 235) |
| HSL | hsl(296, 68%, 76%) |
| CMYK | cmyk(2%, 36%, 0%, 8%) |
| LAB | lab(72.9 42.8 -30.3) |
| LCH | lch(72.9 52.4 324.6) |
| OKLCH | oklch(0.783 0.143 324.8) |
Copy-ready code
/* CSS */
color: #e697eb;
background-color: #e697eb;
/* Tailwind (arbitrary) */
class="text-[#e697eb] bg-[#e697eb]"
/* SCSS */
$brand: #e697eb;
/* SwiftUI */
Color(red: 0.902, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#e697eb")Accessibility — WCAG contrast
Aa
#e697eb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e697eb on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green59.2%
Blue92.2%
CMYK percentages
Cyan2.1%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#e697eb text on a black background
contrast 9.99:1
Card sample
#e697eb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e697eb;
Background color
Panel with #e697eb background
background-color: #e697eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e697eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e697eb; background: linear-gradient(135deg, #e697eb, #EB97B8);