#eacfef
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
234, 207, 239
HSL
291°, 50%, 88%
CMYK
2, 13, 0, 6
Luminance
0.6835
Every format
| HEX | #eacfef |
| RGB | rgb(234, 207, 239) |
| HSL | hsl(291, 50%, 88%) |
| CMYK | cmyk(2%, 13%, 0%, 6%) |
| LAB | lab(86.2 15.0 -12.3) |
| LCH | lch(86.2 19.4 320.7) |
| OKLCH | oklch(0.887 0.052 321.0) |
Copy-ready code
/* CSS */
color: #eacfef;
background-color: #eacfef;
/* Tailwind (arbitrary) */
class="text-[#eacfef] bg-[#eacfef]"
/* SCSS */
$brand: #eacfef;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.937)
/* Android */
Color.parseColor("#eacfef")Accessibility — WCAG contrast
Aa
#eacfef on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacfef on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue93.7%
CMYK percentages
Cyan2.1%
Magenta13.4%
Yellow0.0%
Key (black)6.3%
Color previews
#eacfef text on a black background
contrast 14.67:1
Card sample
#eacfef text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacfef;
Background color
Panel with #eacfef background
background-color: #eacfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacfef; background: linear-gradient(135deg, #eacfef, #EFCFDF);