#efb7eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 183, 235
HSL
304°, 64%, 83%
CMYK
0, 23, 2, 6
Luminance
0.5822
Every format
| HEX | #efb7eb |
| RGB | rgb(239, 183, 235) |
| HSL | hsl(304, 64%, 83%) |
| CMYK | cmyk(0%, 23%, 2%, 6%) |
| LAB | lab(80.9 28.6 -18.1) |
| LCH | lch(80.9 33.9 327.8) |
| OKLCH | oklch(0.846 0.093 328.7) |
Copy-ready code
/* CSS */
color: #efb7eb;
background-color: #efb7eb;
/* Tailwind (arbitrary) */
class="text-[#efb7eb] bg-[#efb7eb]"
/* SCSS */
$brand: #efb7eb;
/* SwiftUI */
Color(red: 0.937, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#efb7eb")Accessibility — WCAG contrast
Aa
#efb7eb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efb7eb on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green71.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow1.7%
Key (black)6.3%
Color previews
#efb7eb text on a black background
contrast 12.64:1
Card sample
#efb7eb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efb7eb;
Background color
Panel with #efb7eb background
background-color: #efb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efb7eb; background: linear-gradient(135deg, #efb7eb, #EFB7C6);