#ff84df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 132, 223
HSL
316°, 100%, 76%
CMYK
0, 48, 13, 0
Luminance
0.4309
Every format
| HEX | #ff84df |
| RGB | rgb(255, 132, 223) |
| HSL | hsl(316, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 13%, 0%) |
| LAB | lab(71.6 57.9 -25.4) |
| LCH | lch(71.6 63.2 336.3) |
| OKLCH | oklch(0.779 0.182 338.0) |
Copy-ready code
/* CSS */
color: #ff84df;
background-color: #ff84df;
/* Tailwind (arbitrary) */
class="text-[#ff84df] bg-[#ff84df]"
/* SCSS */
$brand: #ff84df;
/* SwiftUI */
Color(red: 1.000, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#ff84df")Accessibility — WCAG contrast
Aa
#ff84df on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff84df on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow12.5%
Key (black)0.0%
Color previews
#ff84df text on a black background
contrast 9.62:1
Card sample
#ff84df text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff84df;
Background color
Panel with #ff84df background
background-color: #ff84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff84df; background: linear-gradient(135deg, #ff84df, #FF848D);