#efaff6
a light, electric magenta / pink · warm · closest name: plum
RGB
239, 175, 246
HSL
294°, 80%, 83%
CMYK
3, 29, 0, 4
Luminance
0.5566
Every format
| HEX | #efaff6 |
| RGB | rgb(239, 175, 246) |
| HSL | hsl(294, 80%, 83%) |
| CMYK | cmyk(3%, 29%, 0%, 4%) |
| LAB | lab(79.4 34.9 -26.1) |
| LCH | lch(79.4 43.6 323.2) |
| OKLCH | oklch(0.836 0.118 323.2) |
Copy-ready code
/* CSS */
color: #efaff6;
background-color: #efaff6;
/* Tailwind (arbitrary) */
class="text-[#efaff6] bg-[#efaff6]"
/* SCSS */
$brand: #efaff6;
/* SwiftUI */
Color(red: 0.937, green: 0.686, blue: 0.965)
/* Android */
Color.parseColor("#efaff6")Accessibility — WCAG contrast
Aa
#efaff6 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efaff6 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green68.6%
Blue96.5%
CMYK percentages
Cyan2.8%
Magenta28.9%
Yellow0.0%
Key (black)3.5%
Color previews
#efaff6 text on a black background
contrast 12.13:1
Card sample
#efaff6 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efaff6;
Background color
Panel with #efaff6 background
background-color: #efaff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efaff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 175, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 175, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efaff6; background: linear-gradient(135deg, #efaff6, #F6AFCE);