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