#efcdfb
a pale, electric violet · warm · closest name: plum
RGB
239, 205, 251
HSL
284°, 85%, 89%
CMYK
5, 18, 0, 2
Luminance
0.6898
Every format
| HEX | #efcdfb |
| RGB | rgb(239, 205, 251) |
| HSL | hsl(284, 85%, 89%) |
| CMYK | cmyk(5%, 18%, 0%, 2%) |
| LAB | lab(86.5 19.9 -18.1) |
| LCH | lch(86.5 26.9 317.8) |
| OKLCH | oklch(0.891 0.072 317.2) |
Copy-ready code
/* CSS */
color: #efcdfb;
background-color: #efcdfb;
/* Tailwind (arbitrary) */
class="text-[#efcdfb] bg-[#efcdfb]"
/* SCSS */
$brand: #efcdfb;
/* SwiftUI */
Color(red: 0.937, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#efcdfb")Accessibility — WCAG contrast
Aa
#efcdfb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcdfb on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.4%
Blue98.4%
CMYK percentages
Cyan4.8%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#efcdfb text on a black background
contrast 14.80:1
Card sample
#efcdfb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcdfb;
Background color
Panel with #efcdfb background
background-color: #efcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcdfb; background: linear-gradient(135deg, #efcdfb, #FBCDE8);