#efaff1
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 175, 241
HSL
298°, 70%, 82%
CMYK
1, 27, 0, 6
Luminance
0.5536
Every format
| HEX | #efaff1 |
| RGB | rgb(239, 175, 241) |
| HSL | hsl(298, 70%, 82%) |
| CMYK | cmyk(1%, 27%, 0%, 6%) |
| LAB | lab(79.3 34.0 -23.7) |
| LCH | lch(79.3 41.5 325.1) |
| OKLCH | oklch(0.835 0.113 325.5) |
Copy-ready code
/* CSS */
color: #efaff1;
background-color: #efaff1;
/* Tailwind (arbitrary) */
class="text-[#efaff1] bg-[#efaff1]"
/* SCSS */
$brand: #efaff1;
/* SwiftUI */
Color(red: 0.937, green: 0.686, blue: 0.945)
/* Android */
Color.parseColor("#efaff1")Accessibility — WCAG contrast
Aa
#efaff1 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efaff1 on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green68.6%
Blue94.5%
CMYK percentages
Cyan0.8%
Magenta27.4%
Yellow0.0%
Key (black)5.5%
Color previews
#efaff1 text on a black background
contrast 12.07:1
Card sample
#efaff1 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efaff1;
Background color
Panel with #efaff1 background
background-color: #efaff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efaff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 175, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 175, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efaff1; background: linear-gradient(135deg, #efaff1, #F1AFC7);