#efacfd
a light, electric violet · warm · closest name: plum
RGB
239, 172, 253
HSL
290°, 95%, 83%
CMYK
6, 32, 0, 1
Luminance
0.5495
Every format
| HEX | #efacfd |
| RGB | rgb(239, 172, 253) |
| HSL | hsl(290, 95%, 83%) |
| CMYK | cmyk(6%, 32%, 0%, 1%) |
| LAB | lab(79.0 37.8 -30.6) |
| LCH | lch(79.0 48.6 321.1) |
| OKLCH | oklch(0.834 0.131 320.5) |
Copy-ready code
/* CSS */
color: #efacfd;
background-color: #efacfd;
/* Tailwind (arbitrary) */
class="text-[#efacfd] bg-[#efacfd]"
/* SCSS */
$brand: #efacfd;
/* SwiftUI */
Color(red: 0.937, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#efacfd")Accessibility — WCAG contrast
Aa
#efacfd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efacfd on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green67.5%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#efacfd text on a black background
contrast 11.99:1
Card sample
#efacfd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efacfd;
Background color
Panel with #efacfd background
background-color: #efacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efacfd; background: linear-gradient(135deg, #efacfd, #FDACD5);