#f4acdf
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 172, 223
HSL
318°, 77%, 82%
CMYK
0, 30, 9, 4
Luminance
0.5407
Every format
| HEX | #f4acdf |
| RGB | rgb(244, 172, 223) |
| HSL | hsl(318, 77%, 82%) |
| CMYK | cmyk(0%, 30%, 9%, 4%) |
| LAB | lab(78.5 34.0 -15.1) |
| LCH | lch(78.5 37.2 336.1) |
| OKLCH | oklch(0.828 0.106 337.7) |
Copy-ready code
/* CSS */
color: #f4acdf;
background-color: #f4acdf;
/* Tailwind (arbitrary) */
class="text-[#f4acdf] bg-[#f4acdf]"
/* SCSS */
$brand: #f4acdf;
/* SwiftUI */
Color(red: 0.957, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#f4acdf")Accessibility — WCAG contrast
Aa
#f4acdf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4acdf on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow8.6%
Key (black)4.3%
Color previews
#f4acdf text on a black background
contrast 11.81:1
Card sample
#f4acdf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4acdf;
Background color
Panel with #f4acdf background
background-color: #f4acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4acdf; background: linear-gradient(135deg, #f4acdf, #F4ACAF);