#efcaf2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
239, 202, 242
HSL
296°, 61%, 87%
CMYK
1, 17, 0, 5
Luminance
0.6700
Every format
| HEX | #efcaf2 |
| RGB | rgb(239, 202, 242) |
| HSL | hsl(296, 61%, 87%) |
| CMYK | cmyk(1%, 17%, 0%, 5%) |
| LAB | lab(85.5 19.8 -14.8) |
| LCH | lch(85.5 24.8 323.2) |
| OKLCH | oklch(0.883 0.067 323.7) |
Copy-ready code
/* CSS */
color: #efcaf2;
background-color: #efcaf2;
/* Tailwind (arbitrary) */
class="text-[#efcaf2] bg-[#efcaf2]"
/* SCSS */
$brand: #efcaf2;
/* SwiftUI */
Color(red: 0.937, green: 0.792, blue: 0.949)
/* Android */
Color.parseColor("#efcaf2")Accessibility — WCAG contrast
Aa
#efcaf2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcaf2 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green79.2%
Blue94.9%
CMYK percentages
Cyan1.2%
Magenta16.5%
Yellow0.0%
Key (black)5.1%
Color previews
#efcaf2 text on a black background
contrast 14.40:1
Card sample
#efcaf2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcaf2;
Background color
Panel with #efcaf2 background
background-color: #efcaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 202, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 202, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcaf2; background: linear-gradient(135deg, #efcaf2, #F2CADA);