#e69acf
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 154, 207
HSL
318°, 60%, 75%
CMYK
0, 33, 10, 10
Luminance
0.4444
Every format
| HEX | #e69acf |
| RGB | rgb(230, 154, 207) |
| HSL | hsl(318, 60%, 75%) |
| CMYK | cmyk(0%, 33%, 10%, 10%) |
| LAB | lab(72.5 36.2 -15.5) |
| LCH | lch(72.5 39.4 336.8) |
| OKLCH | oklch(0.777 0.113 338.5) |
Copy-ready code
/* CSS */
color: #e69acf;
background-color: #e69acf;
/* Tailwind (arbitrary) */
class="text-[#e69acf] bg-[#e69acf]"
/* SCSS */
$brand: #e69acf;
/* SwiftUI */
Color(red: 0.902, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#e69acf")Accessibility — WCAG contrast
Aa
#e69acf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e69acf on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green60.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta33.0%
Yellow10.0%
Key (black)9.8%
Color previews
#e69acf text on a black background
contrast 9.89:1
Card sample
#e69acf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e69acf;
Background color
Panel with #e69acf background
background-color: #e69acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e69acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e69acf; background: linear-gradient(135deg, #e69acf, #E69A9C);