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