#efb2eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 178, 235
HSL
304°, 66%, 82%
CMYK
0, 26, 2, 6
Luminance
0.5619
Every format
| HEX | #efb2eb |
| RGB | rgb(239, 178, 235) |
| HSL | hsl(304, 66%, 82%) |
| CMYK | cmyk(0%, 26%, 2%, 6%) |
| LAB | lab(79.7 31.3 -19.8) |
| LCH | lch(79.7 37.0 327.7) |
| OKLCH | oklch(0.838 0.102 328.6) |
Copy-ready code
/* CSS */
color: #efb2eb;
background-color: #efb2eb;
/* Tailwind (arbitrary) */
class="text-[#efb2eb] bg-[#efb2eb]"
/* SCSS */
$brand: #efb2eb;
/* SwiftUI */
Color(red: 0.937, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#efb2eb")Accessibility — WCAG contrast
Aa
#efb2eb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efb2eb on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green69.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow1.7%
Key (black)6.3%
Color previews
#efb2eb text on a black background
contrast 12.24:1
Card sample
#efb2eb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efb2eb;
Background color
Panel with #efb2eb background
background-color: #efb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efb2eb; background: linear-gradient(135deg, #efb2eb, #EFB2C2);