#efaffb
a light, electric magenta / pink · warm · closest name: plum
RGB
239, 175, 251
HSL
291°, 91%, 84%
CMYK
5, 30, 0, 2
Luminance
0.5598
Every format
| HEX | #efaffb |
| RGB | rgb(239, 175, 251) |
| HSL | hsl(291, 91%, 84%) |
| CMYK | cmyk(5%, 30%, 0%, 2%) |
| LAB | lab(79.6 35.9 -28.6) |
| LCH | lch(79.6 45.9 321.5) |
| OKLCH | oklch(0.838 0.124 321.1) |
Copy-ready code
/* CSS */
color: #efaffb;
background-color: #efaffb;
/* Tailwind (arbitrary) */
class="text-[#efaffb] bg-[#efaffb]"
/* SCSS */
$brand: #efaffb;
/* SwiftUI */
Color(red: 0.937, green: 0.686, blue: 0.984)
/* Android */
Color.parseColor("#efaffb")Accessibility — WCAG contrast
Aa
#efaffb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efaffb on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green68.6%
Blue98.4%
CMYK percentages
Cyan4.8%
Magenta30.3%
Yellow0.0%
Key (black)1.6%
Color previews
#efaffb text on a black background
contrast 12.20:1
Card sample
#efaffb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efaffb;
Background color
Panel with #efaffb background
background-color: #efaffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efaffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 175, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 175, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efaffb; background: linear-gradient(135deg, #efaffb, #FBAFD4);