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