#efb3ce
a light, vivid magenta / pink · warm · closest name: pink
RGB
239, 179, 206
HSL
333°, 65%, 82%
CMYK
0, 25, 14, 6
Luminance
0.5505
Every format
| HEX | #efb3ce |
| RGB | rgb(239, 179, 206) |
| HSL | hsl(333, 65%, 82%) |
| CMYK | cmyk(0%, 25%, 14%, 6%) |
| LAB | lab(79.1 25.8 -5.1) |
| LCH | lch(79.1 26.3 348.9) |
| OKLCH | oklch(0.830 0.077 350.2) |
Copy-ready code
/* CSS */
color: #efb3ce;
background-color: #efb3ce;
/* Tailwind (arbitrary) */
class="text-[#efb3ce] bg-[#efb3ce]"
/* SCSS */
$brand: #efb3ce;
/* SwiftUI */
Color(red: 0.937, green: 0.702, blue: 0.808)
/* Android */
Color.parseColor("#efb3ce")Accessibility — WCAG contrast
Aa
#efb3ce on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efb3ce on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green70.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow13.8%
Key (black)6.3%
Color previews
#efb3ce text on a black background
contrast 12.01:1
Card sample
#efb3ce text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efb3ce;
Background color
Panel with #efb3ce background
background-color: #efb3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efb3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 179, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 179, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efb3ce; background: linear-gradient(135deg, #efb3ce, #EFC0B3);