#eacfff
a pale, electric violet · warm · closest name: lavender
RGB
234, 207, 255
HSL
274°, 100%, 91%
CMYK
8, 19, 0, 0
Luminance
0.6934
Every format
| HEX | #eacfff |
| RGB | rgb(234, 207, 255) |
| HSL | hsl(274, 100%, 91%) |
| CMYK | cmyk(8%, 19%, 0%, 0%) |
| LAB | lab(86.7 18.0 -20.0) |
| LCH | lch(86.7 26.9 312.1) |
| OKLCH | oklch(0.892 0.071 310.2) |
Copy-ready code
/* CSS */
color: #eacfff;
background-color: #eacfff;
/* Tailwind (arbitrary) */
class="text-[#eacfff] bg-[#eacfff]"
/* SCSS */
$brand: #eacfff;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#eacfff")Accessibility — WCAG contrast
Aa
#eacfff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacfff on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#eacfff text on a black background
contrast 14.87:1
Card sample
#eacfff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacfff;
Background color
Panel with #eacfff background
background-color: #eacfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacfff; background: linear-gradient(135deg, #eacfff, #FFCFF4);