#efc2f2
a pale, vivid magenta / pink · warm · closest name: plum
RGB
239, 194, 242
HSL
296°, 65%, 86%
CMYK
1, 20, 0, 5
Luminance
0.6335
Every format
| HEX | #efc2f2 |
| RGB | rgb(239, 194, 242) |
| HSL | hsl(296, 65%, 86%) |
| CMYK | cmyk(1%, 20%, 0%, 5%) |
| LAB | lab(83.6 24.1 -17.6) |
| LCH | lch(83.6 29.8 323.8) |
| OKLCH | oklch(0.868 0.081 324.2) |
Copy-ready code
/* CSS */
color: #efc2f2;
background-color: #efc2f2;
/* Tailwind (arbitrary) */
class="text-[#efc2f2] bg-[#efc2f2]"
/* SCSS */
$brand: #efc2f2;
/* SwiftUI */
Color(red: 0.937, green: 0.761, blue: 0.949)
/* Android */
Color.parseColor("#efc2f2")Accessibility — WCAG contrast
Aa
#efc2f2 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc2f2 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.1%
Blue94.9%
CMYK percentages
Cyan1.2%
Magenta19.8%
Yellow0.0%
Key (black)5.1%
Color previews
#efc2f2 text on a black background
contrast 13.67:1
Card sample
#efc2f2 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc2f2;
Background color
Panel with #efc2f2 background
background-color: #efc2f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc2f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 194, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 194, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc2f2; background: linear-gradient(135deg, #efc2f2, #F2C2D5);