#ff84af
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 132, 175
HSL
339°, 100%, 76%
CMYK
0, 48, 31, 0
Luminance
0.4086
Every format
| HEX | #ff84af |
| RGB | rgb(255, 132, 175) |
| HSL | hsl(339, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 31%, 0%) |
| LAB | lab(70.1 51.2 -1.0) |
| LCH | lch(70.1 51.2 358.8) |
| OKLCH | oklch(0.762 0.155 359.3) |
Copy-ready code
/* CSS */
color: #ff84af;
background-color: #ff84af;
/* Tailwind (arbitrary) */
class="text-[#ff84af] bg-[#ff84af]"
/* SCSS */
$brand: #ff84af;
/* SwiftUI */
Color(red: 1.000, green: 0.518, blue: 0.686)
/* Android */
Color.parseColor("#ff84af")Accessibility — WCAG contrast
Aa
#ff84af on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff84af on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow31.4%
Key (black)0.0%
Color previews
#ff84af text on a black background
contrast 9.17:1
Card sample
#ff84af text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff84af;
Background color
Panel with #ff84af background
background-color: #ff84af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff84af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 132, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 132, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff84af; background: linear-gradient(135deg, #ff84af, #FFAB84);