#f4afd4
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 175, 212
HSL
328°, 76%, 82%
CMYK
0, 28, 13, 4
Luminance
0.5465
Every format
| HEX | #f4afd4 |
| RGB | rgb(244, 175, 212) |
| HSL | hsl(328, 76%, 82%) |
| CMYK | cmyk(0%, 28%, 13%, 4%) |
| LAB | lab(78.8 30.6 -8.6) |
| LCH | lch(78.8 31.8 344.3) |
| OKLCH | oklch(0.830 0.093 345.9) |
Copy-ready code
/* CSS */
color: #f4afd4;
background-color: #f4afd4;
/* Tailwind (arbitrary) */
class="text-[#f4afd4] bg-[#f4afd4]"
/* SCSS */
$brand: #f4afd4;
/* SwiftUI */
Color(red: 0.957, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#f4afd4")Accessibility — WCAG contrast
Aa
#f4afd4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4afd4 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.6%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow13.1%
Key (black)4.3%
Color previews
#f4afd4 text on a black background
contrast 11.93:1
Card sample
#f4afd4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4afd4;
Background color
Panel with #f4afd4 background
background-color: #f4afd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4afd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4afd4; background: linear-gradient(135deg, #f4afd4, #F4B8AF);