#efc7eb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
239, 199, 235
HSL
306°, 56%, 86%
CMYK
0, 17, 2, 6
Luminance
0.6520
Every format
| HEX | #efc7eb |
| RGB | rgb(239, 199, 235) |
| HSL | hsl(306, 56%, 86%) |
| CMYK | cmyk(0%, 17%, 2%, 6%) |
| LAB | lab(84.6 20.1 -12.5) |
| LCH | lch(84.6 23.7 328.2) |
| OKLCH | oklch(0.875 0.065 329.4) |
Copy-ready code
/* CSS */
color: #efc7eb;
background-color: #efc7eb;
/* Tailwind (arbitrary) */
class="text-[#efc7eb] bg-[#efc7eb]"
/* SCSS */
$brand: #efc7eb;
/* SwiftUI */
Color(red: 0.937, green: 0.780, blue: 0.922)
/* Android */
Color.parseColor("#efc7eb")Accessibility — WCAG contrast
Aa
#efc7eb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc7eb on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green78.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow1.7%
Key (black)6.3%
Color previews
#efc7eb text on a black background
contrast 14.04:1
Card sample
#efc7eb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc7eb;
Background color
Panel with #efc7eb background
background-color: #efc7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 199, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 199, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc7eb; background: linear-gradient(135deg, #efc7eb, #EFC7D0);