#efcaef
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
239, 202, 239
HSL
300°, 54%, 87%
CMYK
0, 16, 0, 6
Luminance
0.6682
Every format
| HEX | #efcaef |
| RGB | rgb(239, 202, 239) |
| HSL | hsl(300, 54%, 87%) |
| CMYK | cmyk(0%, 16%, 0%, 6%) |
| LAB | lab(85.4 19.3 -13.3) |
| LCH | lch(85.4 23.4 325.3) |
| OKLCH | oklch(0.882 0.064 326.1) |
Copy-ready code
/* CSS */
color: #efcaef;
background-color: #efcaef;
/* Tailwind (arbitrary) */
class="text-[#efcaef] bg-[#efcaef]"
/* SCSS */
$brand: #efcaef;
/* SwiftUI */
Color(red: 0.937, green: 0.792, blue: 0.937)
/* Android */
Color.parseColor("#efcaef")Accessibility — WCAG contrast
Aa
#efcaef on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcaef on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green79.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow0.0%
Key (black)6.3%
Color previews
#efcaef text on a black background
contrast 14.36:1
Card sample
#efcaef text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcaef;
Background color
Panel with #efcaef background
background-color: #efcaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 202, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 202, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcaef; background: linear-gradient(135deg, #efcaef, #EFCAD6);