#efaff9
a light, electric magenta / pink · warm · closest name: plum
RGB
239, 175, 249
HSL
292°, 86%, 83%
CMYK
4, 30, 0, 2
Luminance
0.5585
Every format
| HEX | #efaff9 |
| RGB | rgb(239, 175, 249) |
| HSL | hsl(292, 86%, 83%) |
| CMYK | cmyk(4%, 30%, 0%, 2%) |
| LAB | lab(79.5 35.5 -27.6) |
| LCH | lch(79.5 45.0 322.1) |
| OKLCH | oklch(0.838 0.122 321.9) |
Copy-ready code
/* CSS */
color: #efaff9;
background-color: #efaff9;
/* Tailwind (arbitrary) */
class="text-[#efaff9] bg-[#efaff9]"
/* SCSS */
$brand: #efaff9;
/* SwiftUI */
Color(red: 0.937, green: 0.686, blue: 0.976)
/* Android */
Color.parseColor("#efaff9")Accessibility — WCAG contrast
Aa
#efaff9 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efaff9 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green68.6%
Blue97.6%
CMYK percentages
Cyan4.0%
Magenta29.7%
Yellow0.0%
Key (black)2.4%
Color previews
#efaff9 text on a black background
contrast 12.17:1
Card sample
#efaff9 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efaff9;
Background color
Panel with #efaff9 background
background-color: #efaff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efaff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 175, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 175, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efaff9; background: linear-gradient(135deg, #efaff9, #F9AFD2);