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