#efbaeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 186, 235
HSL
305°, 62%, 83%
CMYK
0, 22, 2, 6
Luminance
0.5947
Every format
| HEX | #efbaeb |
| RGB | rgb(239, 186, 235) |
| HSL | hsl(305, 62%, 83%) |
| CMYK | cmyk(0%, 22%, 2%, 6%) |
| LAB | lab(81.5 27.1 -17.0) |
| LCH | lch(81.5 32.0 327.8) |
| OKLCH | oklch(0.852 0.088 328.8) |
Copy-ready code
/* CSS */
color: #efbaeb;
background-color: #efbaeb;
/* Tailwind (arbitrary) */
class="text-[#efbaeb] bg-[#efbaeb]"
/* SCSS */
$brand: #efbaeb;
/* SwiftUI */
Color(red: 0.937, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#efbaeb")Accessibility — WCAG contrast
Aa
#efbaeb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efbaeb on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green72.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow1.7%
Key (black)6.3%
Color previews
#efbaeb text on a black background
contrast 12.89:1
Card sample
#efbaeb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efbaeb;
Background color
Panel with #efbaeb background
background-color: #efbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efbaeb; background: linear-gradient(135deg, #efbaeb, #EFBAC8);