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