#f4aecc
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 174, 204
HSL
334°, 76%, 82%
CMYK
0, 29, 16, 4
Luminance
0.5386
Every format
| HEX | #f4aecc |
| RGB | rgb(244, 174, 204) |
| HSL | hsl(334, 76%, 82%) |
| CMYK | cmyk(0%, 29%, 16%, 4%) |
| LAB | lab(78.4 29.9 -5.0) |
| LCH | lch(78.4 30.3 350.6) |
| OKLCH | oklch(0.825 0.090 351.8) |
Copy-ready code
/* CSS */
color: #f4aecc;
background-color: #f4aecc;
/* Tailwind (arbitrary) */
class="text-[#f4aecc] bg-[#f4aecc]"
/* SCSS */
$brand: #f4aecc;
/* SwiftUI */
Color(red: 0.957, green: 0.682, blue: 0.800)
/* Android */
Color.parseColor("#f4aecc")Accessibility — WCAG contrast
Aa
#f4aecc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4aecc on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow16.4%
Key (black)4.3%
Color previews
#f4aecc text on a black background
contrast 11.77:1
Card sample
#f4aecc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4aecc;
Background color
Panel with #f4aecc background
background-color: #f4aecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4aecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 174, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 174, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4aecc; background: linear-gradient(135deg, #f4aecc, #F4BFAE);