#eacffc
a pale, electric violet · warm · closest name: lavender
RGB
234, 207, 252
HSL
276°, 88%, 90%
CMYK
7, 18, 0, 1
Luminance
0.6915
Every format
| HEX | #eacffc |
| RGB | rgb(234, 207, 252) |
| HSL | hsl(276, 88%, 90%) |
| CMYK | cmyk(7%, 18%, 0%, 1%) |
| LAB | lab(86.6 17.4 -18.5) |
| LCH | lch(86.6 25.4 313.2) |
| OKLCH | oklch(0.891 0.067 311.8) |
Copy-ready code
/* CSS */
color: #eacffc;
background-color: #eacffc;
/* Tailwind (arbitrary) */
class="text-[#eacffc] bg-[#eacffc]"
/* SCSS */
$brand: #eacffc;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#eacffc")Accessibility — WCAG contrast
Aa
#eacffc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacffc on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue98.8%
CMYK percentages
Cyan7.1%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eacffc text on a black background
contrast 14.83:1
Card sample
#eacffc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacffc;
Background color
Panel with #eacffc background
background-color: #eacffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacffc; background: linear-gradient(135deg, #eacffc, #FCCFF0);