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