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