#ef9df2
a light, electric magenta / pink · warm · closest name: plum
RGB
239, 157, 242
HSL
298°, 77%, 78%
CMYK
1, 35, 0, 5
Luminance
0.4888
Every format
| HEX | #ef9df2 |
| RGB | rgb(239, 157, 242) |
| HSL | hsl(298, 77%, 78%) |
| CMYK | cmyk(1%, 35%, 0%, 5%) |
| LAB | lab(75.4 43.6 -30.2) |
| LCH | lch(75.4 53.1 325.3) |
| OKLCH | oklch(0.805 0.145 325.6) |
Copy-ready code
/* CSS */
color: #ef9df2;
background-color: #ef9df2;
/* Tailwind (arbitrary) */
class="text-[#ef9df2] bg-[#ef9df2]"
/* SCSS */
$brand: #ef9df2;
/* SwiftUI */
Color(red: 0.937, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#ef9df2")Accessibility — WCAG contrast
Aa
#ef9df2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef9df2 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green61.6%
Blue94.9%
CMYK percentages
Cyan1.2%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#ef9df2 text on a black background
contrast 10.78:1
Card sample
#ef9df2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef9df2;
Background color
Panel with #ef9df2 background
background-color: #ef9df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef9df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef9df2; background: linear-gradient(135deg, #ef9df2, #F29DBC);