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