#ff84ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 132, 206
HSL
324°, 100%, 76%
CMYK
0, 48, 19, 0
Luminance
0.4222
Every format
| HEX | #ff84ce |
| RGB | rgb(255, 132, 206) |
| HSL | hsl(324, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 19%, 0%) |
| LAB | lab(71.0 55.3 -16.9) |
| LCH | lch(71.0 57.8 343.0) |
| OKLCH | oklch(0.772 0.171 344.8) |
Copy-ready code
/* CSS */
color: #ff84ce;
background-color: #ff84ce;
/* Tailwind (arbitrary) */
class="text-[#ff84ce] bg-[#ff84ce]"
/* SCSS */
$brand: #ff84ce;
/* SwiftUI */
Color(red: 1.000, green: 0.518, blue: 0.808)
/* Android */
Color.parseColor("#ff84ce")Accessibility — WCAG contrast
Aa
#ff84ce on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff84ce on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow19.2%
Key (black)0.0%
Color previews
#ff84ce text on a black background
contrast 9.44:1
Card sample
#ff84ce text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff84ce;
Background color
Panel with #ff84ce background
background-color: #ff84ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff84ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 132, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 132, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff84ce; background: linear-gradient(135deg, #ff84ce, #FF8C84);