#f4afd9
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 175, 217
HSL
324°, 76%, 82%
CMYK
0, 28, 11, 4
Luminance
0.5490
Every format
| HEX | #f4afd9 |
| RGB | rgb(244, 175, 217) |
| HSL | hsl(324, 76%, 82%) |
| CMYK | cmyk(0%, 28%, 11%, 4%) |
| LAB | lab(79.0 31.5 -11.1) |
| LCH | lch(79.0 33.4 340.5) |
| OKLCH | oklch(0.831 0.096 342.3) |
Copy-ready code
/* CSS */
color: #f4afd9;
background-color: #f4afd9;
/* Tailwind (arbitrary) */
class="text-[#f4afd9] bg-[#f4afd9]"
/* SCSS */
$brand: #f4afd9;
/* SwiftUI */
Color(red: 0.957, green: 0.686, blue: 0.851)
/* Android */
Color.parseColor("#f4afd9")Accessibility — WCAG contrast
Aa
#f4afd9 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4afd9 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.6%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow11.1%
Key (black)4.3%
Color previews
#f4afd9 text on a black background
contrast 11.98:1
Card sample
#f4afd9 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4afd9;
Background color
Panel with #f4afd9 background
background-color: #f4afd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4afd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 175, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 175, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4afd9; background: linear-gradient(135deg, #f4afd9, #F4B3AF);