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