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