#efcdfd
a pale, electric violet · warm · closest name: plum
RGB
239, 205, 253
HSL
283°, 92%, 90%
CMYK
6, 19, 0, 1
Luminance
0.6911
Every format
| HEX | #efcdfd |
| RGB | rgb(239, 205, 253) |
| HSL | hsl(283, 92%, 90%) |
| CMYK | cmyk(6%, 19%, 0%, 1%) |
| LAB | lab(86.6 20.3 -19.1) |
| LCH | lch(86.6 27.9 316.8) |
| OKLCH | oklch(0.892 0.074 316.0) |
Copy-ready code
/* CSS */
color: #efcdfd;
background-color: #efcdfd;
/* Tailwind (arbitrary) */
class="text-[#efcdfd] bg-[#efcdfd]"
/* SCSS */
$brand: #efcdfd;
/* SwiftUI */
Color(red: 0.937, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#efcdfd")Accessibility — WCAG contrast
Aa
#efcdfd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcdfd on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.4%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#efcdfd text on a black background
contrast 14.82:1
Card sample
#efcdfd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcdfd;
Background color
Panel with #efcdfd background
background-color: #efcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcdfd; background: linear-gradient(135deg, #efcdfd, #FDCDEB);