#efbdfd
a pale, electric violet · warm · closest name: plum
RGB
239, 189, 253
HSL
287°, 94%, 87%
CMYK
6, 25, 0, 1
Luminance
0.6184
Every format
| HEX | #efbdfd |
| RGB | rgb(239, 189, 253) |
| HSL | hsl(287, 94%, 87%) |
| CMYK | cmyk(6%, 25%, 0%, 1%) |
| LAB | lab(82.8 28.8 -24.7) |
| LCH | lch(82.8 38.0 319.4) |
| OKLCH | oklch(0.863 0.102 318.8) |
Copy-ready code
/* CSS */
color: #efbdfd;
background-color: #efbdfd;
/* Tailwind (arbitrary) */
class="text-[#efbdfd] bg-[#efbdfd]"
/* SCSS */
$brand: #efbdfd;
/* SwiftUI */
Color(red: 0.937, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#efbdfd")Accessibility — WCAG contrast
Aa
#efbdfd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efbdfd on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green74.1%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#efbdfd text on a black background
contrast 13.37:1
Card sample
#efbdfd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efbdfd;
Background color
Panel with #efbdfd background
background-color: #efbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efbdfd; background: linear-gradient(135deg, #efbdfd, #FDBDE0);