#efecf8
a pale, vivid violet · warm · closest name: lavender
RGB
239, 236, 248
HSL
255°, 46%, 95%
CMYK
4, 5, 0, 3
Luminance
0.8512
Every format
| HEX | #efecf8 |
| RGB | rgb(239, 236, 248) |
| HSL | hsl(255, 46%, 95%) |
| CMYK | cmyk(4%, 5%, 0%, 3%) |
| LAB | lab(93.9 3.2 -5.4) |
| LCH | lch(93.9 6.3 300.2) |
| OKLCH | oklch(0.949 0.016 297.5) |
Copy-ready code
/* CSS */
color: #efecf8;
background-color: #efecf8;
/* Tailwind (arbitrary) */
class="text-[#efecf8] bg-[#efecf8]"
/* SCSS */
$brand: #efecf8;
/* SwiftUI */
Color(red: 0.937, green: 0.925, blue: 0.973)
/* Android */
Color.parseColor("#efecf8")Accessibility — WCAG contrast
Aa
#efecf8 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efecf8 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.5%
Blue97.3%
CMYK percentages
Cyan3.6%
Magenta4.8%
Yellow0.0%
Key (black)2.7%
Color previews
#efecf8 text on a black background
contrast 18.02:1
Card sample
#efecf8 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efecf8;
Background color
Panel with #efecf8 background
background-color: #efecf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efecf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 236, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 236, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efecf8; background: linear-gradient(135deg, #efecf8, #F7ECF8);