#f4acce
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 172, 206
HSL
332°, 77%, 82%
CMYK
0, 30, 16, 4
Luminance
0.5319
Every format
| HEX | #f4acce |
| RGB | rgb(244, 172, 206) |
| HSL | hsl(332, 77%, 82%) |
| CMYK | cmyk(0%, 30%, 16%, 4%) |
| LAB | lab(78.0 31.3 -6.6) |
| LCH | lch(78.0 32.0 348.1) |
| OKLCH | oklch(0.822 0.094 349.5) |
Copy-ready code
/* CSS */
color: #f4acce;
background-color: #f4acce;
/* Tailwind (arbitrary) */
class="text-[#f4acce] bg-[#f4acce]"
/* SCSS */
$brand: #f4acce;
/* SwiftUI */
Color(red: 0.957, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#f4acce")Accessibility — WCAG contrast
Aa
#f4acce on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4acce on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow15.6%
Key (black)4.3%
Color previews
#f4acce text on a black background
contrast 11.64:1
Card sample
#f4acce text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4acce;
Background color
Panel with #f4acce background
background-color: #f4acce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4acce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4acce; background: linear-gradient(135deg, #f4acce, #F4BAAC);