#efc2db
a light, vivid magenta / pink · warm · closest name: pink
RGB
239, 194, 219
HSL
327°, 58%, 85%
CMYK
0, 19, 8, 6
Luminance
0.6205
Every format
| HEX | #efc2db |
| RGB | rgb(239, 194, 219) |
| HSL | hsl(327, 58%, 85%) |
| CMYK | cmyk(0%, 19%, 8%, 6%) |
| LAB | lab(82.9 20.0 -6.4) |
| LCH | lch(82.9 21.0 342.3) |
| OKLCH | oklch(0.861 0.060 344.0) |
Copy-ready code
/* CSS */
color: #efc2db;
background-color: #efc2db;
/* Tailwind (arbitrary) */
class="text-[#efc2db] bg-[#efc2db]"
/* SCSS */
$brand: #efc2db;
/* SwiftUI */
Color(red: 0.937, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#efc2db")Accessibility — WCAG contrast
Aa
#efc2db on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc2db on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow8.4%
Key (black)6.3%
Color previews
#efc2db text on a black background
contrast 13.41:1
Card sample
#efc2db text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc2db;
Background color
Panel with #efc2db background
background-color: #efc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc2db; background: linear-gradient(135deg, #efc2db, #EFC7C2);