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