#efc3fd
a pale, electric violet · warm · closest name: plum
RGB
239, 195, 253
HSL
286°, 94%, 88%
CMYK
6, 23, 0, 1
Luminance
0.6447
Every format
| HEX | #efc3fd |
| RGB | rgb(239, 195, 253) |
| HSL | hsl(286, 94%, 88%) |
| CMYK | cmyk(6%, 23%, 0%, 1%) |
| LAB | lab(84.2 25.6 -22.6) |
| LCH | lch(84.2 34.2 318.6) |
| OKLCH | oklch(0.874 0.091 317.9) |
Copy-ready code
/* CSS */
color: #efc3fd;
background-color: #efc3fd;
/* Tailwind (arbitrary) */
class="text-[#efc3fd] bg-[#efc3fd]"
/* SCSS */
$brand: #efc3fd;
/* SwiftUI */
Color(red: 0.937, green: 0.765, blue: 0.992)
/* Android */
Color.parseColor("#efc3fd")Accessibility — WCAG contrast
Aa
#efc3fd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc3fd on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.5%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta22.9%
Yellow0.0%
Key (black)0.8%
Color previews
#efc3fd text on a black background
contrast 13.89:1
Card sample
#efc3fd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc3fd;
Background color
Panel with #efc3fd background
background-color: #efc3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 195, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 195, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc3fd; background: linear-gradient(135deg, #efc3fd, #FDC3E4);