#efbceb
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 188, 235
HSL
305°, 61%, 84%
CMYK
0, 21, 2, 6
Luminance
0.6032
Every format
| HEX | #efbceb |
| RGB | rgb(239, 188, 235) |
| HSL | hsl(305, 61%, 84%) |
| CMYK | cmyk(0%, 21%, 2%, 6%) |
| LAB | lab(82.0 26.0 -16.3) |
| LCH | lch(82.0 30.7 327.9) |
| OKLCH | oklch(0.855 0.085 328.9) |
Copy-ready code
/* CSS */
color: #efbceb;
background-color: #efbceb;
/* Tailwind (arbitrary) */
class="text-[#efbceb] bg-[#efbceb]"
/* SCSS */
$brand: #efbceb;
/* SwiftUI */
Color(red: 0.937, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#efbceb")Accessibility — WCAG contrast
Aa
#efbceb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efbceb on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green73.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow1.7%
Key (black)6.3%
Color previews
#efbceb text on a black background
contrast 13.06:1
Card sample
#efbceb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efbceb;
Background color
Panel with #efbceb background
background-color: #efbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efbceb; background: linear-gradient(135deg, #efbceb, #EFBCC9);