#efbdfb
a pale, electric violet · warm · closest name: plum
RGB
239, 189, 251
HSL
288°, 89%, 86%
CMYK
5, 25, 0, 2
Luminance
0.6171
Every format
| HEX | #efbdfb |
| RGB | rgb(239, 189, 251) |
| HSL | hsl(288, 89%, 86%) |
| CMYK | cmyk(5%, 25%, 0%, 2%) |
| LAB | lab(82.8 28.4 -23.8) |
| LCH | lch(82.8 37.0 320.1) |
| OKLCH | oklch(0.863 0.100 319.7) |
Copy-ready code
/* CSS */
color: #efbdfb;
background-color: #efbdfb;
/* Tailwind (arbitrary) */
class="text-[#efbdfb] bg-[#efbdfb]"
/* SCSS */
$brand: #efbdfb;
/* SwiftUI */
Color(red: 0.937, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#efbdfb")Accessibility — WCAG contrast
Aa
#efbdfb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efbdfb on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green74.1%
Blue98.4%
CMYK percentages
Cyan4.8%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#efbdfb text on a black background
contrast 13.34:1
Card sample
#efbdfb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efbdfb;
Background color
Panel with #efbdfb background
background-color: #efbdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efbdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efbdfb; background: linear-gradient(135deg, #efbdfb, #FBBDDE);