#efc9eb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
239, 201, 235
HSL
306°, 54%, 86%
CMYK
0, 16, 2, 6
Luminance
0.6612
Every format
| HEX | #efc9eb |
| RGB | rgb(239, 201, 235) |
| HSL | hsl(306, 54%, 86%) |
| CMYK | cmyk(0%, 16%, 2%, 6%) |
| LAB | lab(85.1 19.1 -11.8) |
| LCH | lch(85.1 22.4 328.4) |
| OKLCH | oklch(0.878 0.062 329.5) |
Copy-ready code
/* CSS */
color: #efc9eb;
background-color: #efc9eb;
/* Tailwind (arbitrary) */
class="text-[#efc9eb] bg-[#efc9eb]"
/* SCSS */
$brand: #efc9eb;
/* SwiftUI */
Color(red: 0.937, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#efc9eb")Accessibility — WCAG contrast
Aa
#efc9eb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc9eb on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green78.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow1.7%
Key (black)6.3%
Color previews
#efc9eb text on a black background
contrast 14.22:1
Card sample
#efc9eb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc9eb;
Background color
Panel with #efc9eb background
background-color: #efc9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc9eb; background: linear-gradient(135deg, #efc9eb, #EFC9D2);