#e69df3
a light, electric magenta / pink · warm · closest name: plum
RGB
230, 157, 243
HSL
291°, 78%, 78%
CMYK
5, 35, 0, 5
Luminance
0.4741
Every format
| HEX | #e69df3 |
| RGB | rgb(230, 157, 243) |
| HSL | hsl(291, 78%, 78%) |
| CMYK | cmyk(5%, 35%, 0%, 5%) |
| LAB | lab(74.5 41.1 -32.3) |
| LCH | lch(74.5 52.2 321.9) |
| OKLCH | oklch(0.796 0.141 321.3) |
Copy-ready code
/* CSS */
color: #e69df3;
background-color: #e69df3;
/* Tailwind (arbitrary) */
class="text-[#e69df3] bg-[#e69df3]"
/* SCSS */
$brand: #e69df3;
/* SwiftUI */
Color(red: 0.902, green: 0.616, blue: 0.953)
/* Android */
Color.parseColor("#e69df3")Accessibility — WCAG contrast
Aa
#e69df3 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e69df3 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green61.6%
Blue95.3%
CMYK percentages
Cyan5.3%
Magenta35.4%
Yellow0.0%
Key (black)4.7%
Color previews
#e69df3 text on a black background
contrast 10.48:1
Card sample
#e69df3 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e69df3;
Background color
Panel with #e69df3 background
background-color: #e69df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e69df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 157, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 157, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e69df3; background: linear-gradient(135deg, #e69df3, #F39DC7);