#ff84ba
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 132, 186
HSL
334°, 100%, 76%
CMYK
0, 48, 27, 0
Luminance
0.4131
Every format
| HEX | #ff84ba |
| RGB | rgb(255, 132, 186) |
| HSL | hsl(334, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 27%, 0%) |
| LAB | lab(70.4 52.6 -6.7) |
| LCH | lch(70.4 53.0 352.7) |
| OKLCH | oklch(0.766 0.160 353.9) |
Copy-ready code
/* CSS */
color: #ff84ba;
background-color: #ff84ba;
/* Tailwind (arbitrary) */
class="text-[#ff84ba] bg-[#ff84ba]"
/* SCSS */
$brand: #ff84ba;
/* SwiftUI */
Color(red: 1.000, green: 0.518, blue: 0.729)
/* Android */
Color.parseColor("#ff84ba")Accessibility — WCAG contrast
Aa
#ff84ba on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff84ba on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow27.1%
Key (black)0.0%
Color previews
#ff84ba text on a black background
contrast 9.26:1
Card sample
#ff84ba text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff84ba;
Background color
Panel with #ff84ba background
background-color: #ff84ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff84ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 132, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 132, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff84ba; background: linear-gradient(135deg, #ff84ba, #FFA084);