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