#f4afed
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 175, 237
HSL
306°, 76%, 82%
CMYK
0, 28, 3, 4
Luminance
0.5601
Every format
| HEX | #f4afed |
| RGB | rgb(244, 175, 237) |
| HSL | hsl(306, 76%, 82%) |
| CMYK | cmyk(0%, 28%, 3%, 4%) |
| LAB | lab(79.6 34.9 -21.0) |
| LCH | lch(79.6 40.7 329.0) |
| OKLCH | oklch(0.838 0.113 330.0) |
Copy-ready code
/* CSS */
color: #f4afed;
background-color: #f4afed;
/* Tailwind (arbitrary) */
class="text-[#f4afed] bg-[#f4afed]"
/* SCSS */
$brand: #f4afed;
/* SwiftUI */
Color(red: 0.957, green: 0.686, blue: 0.929)
/* Android */
Color.parseColor("#f4afed")Accessibility — WCAG contrast
Aa
#f4afed on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4afed on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.6%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow2.9%
Key (black)4.3%
Color previews
#f4afed text on a black background
contrast 12.20:1
Card sample
#f4afed text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4afed;
Background color
Panel with #f4afed background
background-color: #f4afed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4afed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 175, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 175, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4afed; background: linear-gradient(135deg, #f4afed, #F4AFBF);