#ff84c1
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 132, 193
HSL
330°, 100%, 76%
CMYK
0, 48, 24, 0
Luminance
0.4161
Every format
| HEX | #ff84c1 |
| RGB | rgb(255, 132, 193) |
| HSL | hsl(330, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 24%, 0%) |
| LAB | lab(70.6 53.5 -10.3) |
| LCH | lch(70.6 54.5 349.1) |
| OKLCH | oklch(0.768 0.163 350.6) |
Copy-ready code
/* CSS */
color: #ff84c1;
background-color: #ff84c1;
/* Tailwind (arbitrary) */
class="text-[#ff84c1] bg-[#ff84c1]"
/* SCSS */
$brand: #ff84c1;
/* SwiftUI */
Color(red: 1.000, green: 0.518, blue: 0.757)
/* Android */
Color.parseColor("#ff84c1")Accessibility — WCAG contrast
Aa
#ff84c1 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff84c1 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.8%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow24.3%
Key (black)0.0%
Color previews
#ff84c1 text on a black background
contrast 9.32:1
Card sample
#ff84c1 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff84c1;
Background color
Panel with #ff84c1 background
background-color: #ff84c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff84c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 132, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 132, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff84c1; background: linear-gradient(135deg, #ff84c1, #FF9984);