#eacef7
a pale, vivid violet · warm · closest name: lavender
RGB
234, 206, 247
HSL
281°, 72%, 89%
CMYK
5, 17, 0, 3
Luminance
0.6835
Every format
| HEX | #eacef7 |
| RGB | rgb(234, 206, 247) |
| HSL | hsl(281, 72%, 89%) |
| CMYK | cmyk(5%, 17%, 0%, 3%) |
| LAB | lab(86.2 17.0 -16.5) |
| LCH | lch(86.2 23.7 315.9) |
| OKLCH | oklch(0.887 0.063 315.1) |
Copy-ready code
/* CSS */
color: #eacef7;
background-color: #eacef7;
/* Tailwind (arbitrary) */
class="text-[#eacef7] bg-[#eacef7]"
/* SCSS */
$brand: #eacef7;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.969)
/* Android */
Color.parseColor("#eacef7")Accessibility — WCAG contrast
Aa
#eacef7 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacef7 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue96.9%
CMYK percentages
Cyan5.3%
Magenta16.6%
Yellow0.0%
Key (black)3.1%
Color previews
#eacef7 text on a black background
contrast 14.67:1
Card sample
#eacef7 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacef7;
Background color
Panel with #eacef7 background
background-color: #eacef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacef7; background: linear-gradient(135deg, #eacef7, #F7CEE9);