#f484ac
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 132, 172
HSL
339°, 84%, 74%
CMYK
0, 46, 30, 4
Luminance
0.3871
Every format
| HEX | #f484ac |
| RGB | rgb(244, 132, 172) |
| HSL | hsl(339, 84%, 74%) |
| CMYK | cmyk(0%, 46%, 30%, 4%) |
| LAB | lab(68.5 47.1 -1.8) |
| LCH | lch(68.5 47.2 357.9) |
| OKLCH | oklch(0.747 0.143 358.4) |
Copy-ready code
/* CSS */
color: #f484ac;
background-color: #f484ac;
/* Tailwind (arbitrary) */
class="text-[#f484ac] bg-[#f484ac]"
/* SCSS */
$brand: #f484ac;
/* SwiftUI */
Color(red: 0.957, green: 0.518, blue: 0.675)
/* Android */
Color.parseColor("#f484ac")Accessibility — WCAG contrast
Aa
#f484ac on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f484ac on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green51.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow29.5%
Key (black)4.3%
Color previews
#f484ac text on a black background
contrast 8.74:1
Card sample
#f484ac text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f484ac;
Background color
Panel with #f484ac background
background-color: #f484ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f484ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 132, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 132, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f484ac; background: linear-gradient(135deg, #f484ac, #F4A784);