#efa2ac
a light, vivid red · warm · closest name: pink
RGB
239, 162, 172
HSL
352°, 71%, 79%
CMYK
0, 32, 28, 6
Luminance
0.4717
Every format
| HEX | #efa2ac |
| RGB | rgb(239, 162, 172) |
| HSL | hsl(352, 71%, 79%) |
| CMYK | cmyk(0%, 32%, 28%, 6%) |
| LAB | lab(74.3 29.9 6.5) |
| LCH | lch(74.3 30.6 12.3) |
| OKLCH | oklch(0.790 0.092 10.9) |
Copy-ready code
/* CSS */
color: #efa2ac;
background-color: #efa2ac;
/* Tailwind (arbitrary) */
class="text-[#efa2ac] bg-[#efa2ac]"
/* SCSS */
$brand: #efa2ac;
/* SwiftUI */
Color(red: 0.937, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#efa2ac")Accessibility — WCAG contrast
Aa
#efa2ac on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efa2ac on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green63.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow28.0%
Key (black)6.3%
Color previews
#efa2ac text on a black background
contrast 10.43:1
Card sample
#efa2ac text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efa2ac;
Background color
Panel with #efa2ac background
background-color: #efa2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efa2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efa2ac; background: linear-gradient(135deg, #efa2ac, #EFCBA2);