#f4aedf
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 174, 223
HSL
318°, 76%, 82%
CMYK
0, 29, 9, 4
Luminance
0.5483
Every format
| HEX | #f4aedf |
| RGB | rgb(244, 174, 223) |
| HSL | hsl(318, 76%, 82%) |
| CMYK | cmyk(0%, 29%, 9%, 4%) |
| LAB | lab(79.0 33.0 -14.4) |
| LCH | lch(79.0 36.0 336.4) |
| OKLCH | oklch(0.831 0.103 338.0) |
Copy-ready code
/* CSS */
color: #f4aedf;
background-color: #f4aedf;
/* Tailwind (arbitrary) */
class="text-[#f4aedf] bg-[#f4aedf]"
/* SCSS */
$brand: #f4aedf;
/* SwiftUI */
Color(red: 0.957, green: 0.682, blue: 0.875)
/* Android */
Color.parseColor("#f4aedf")Accessibility — WCAG contrast
Aa
#f4aedf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4aedf on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow8.6%
Key (black)4.3%
Color previews
#f4aedf text on a black background
contrast 11.97:1
Card sample
#f4aedf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4aedf;
Background color
Panel with #f4aedf background
background-color: #f4aedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4aedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 174, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 174, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4aedf; background: linear-gradient(135deg, #f4aedf, #F4AEB0);