#efcceb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
239, 204, 235
HSL
307°, 52%, 87%
CMYK
0, 15, 2, 6
Luminance
0.6753
Every format
| HEX | #efcceb |
| RGB | rgb(239, 204, 235) |
| HSL | hsl(307, 52%, 87%) |
| CMYK | cmyk(0%, 15%, 2%, 6%) |
| LAB | lab(85.8 17.5 -10.7) |
| LCH | lch(85.8 20.5 328.6) |
| OKLCH | oklch(0.884 0.057 329.8) |
Copy-ready code
/* CSS */
color: #efcceb;
background-color: #efcceb;
/* Tailwind (arbitrary) */
class="text-[#efcceb] bg-[#efcceb]"
/* SCSS */
$brand: #efcceb;
/* SwiftUI */
Color(red: 0.937, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#efcceb")Accessibility — WCAG contrast
Aa
#efcceb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcceb on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow1.7%
Key (black)6.3%
Color previews
#efcceb text on a black background
contrast 14.51:1
Card sample
#efcceb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcceb;
Background color
Panel with #efcceb background
background-color: #efcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcceb; background: linear-gradient(135deg, #efcceb, #EFCCD4);