#efaffd
a light, electric violet · warm · closest name: plum
RGB
239, 175, 253
HSL
289°, 95%, 84%
CMYK
6, 31, 0, 1
Luminance
0.5610
Every format
| HEX | #efaffd |
| RGB | rgb(239, 175, 253) |
| HSL | hsl(289, 95%, 84%) |
| CMYK | cmyk(6%, 31%, 0%, 1%) |
| LAB | lab(79.7 36.2 -29.5) |
| LCH | lch(79.7 46.8 320.8) |
| OKLCH | oklch(0.839 0.126 320.2) |
Copy-ready code
/* CSS */
color: #efaffd;
background-color: #efaffd;
/* Tailwind (arbitrary) */
class="text-[#efaffd] bg-[#efaffd]"
/* SCSS */
$brand: #efaffd;
/* SwiftUI */
Color(red: 0.937, green: 0.686, blue: 0.992)
/* Android */
Color.parseColor("#efaffd")Accessibility — WCAG contrast
Aa
#efaffd on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efaffd on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green68.6%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta30.8%
Yellow0.0%
Key (black)0.8%
Color previews
#efaffd text on a black background
contrast 12.22:1
Card sample
#efaffd text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efaffd;
Background color
Panel with #efaffd background
background-color: #efaffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efaffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 175, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 175, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efaffd; background: linear-gradient(135deg, #efaffd, #FDAFD7);