#ff84cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 132, 203
HSL
325°, 100%, 76%
CMYK
0, 48, 20, 0
Luminance
0.4207
Every format
| HEX | #ff84cb |
| RGB | rgb(255, 132, 203) |
| HSL | hsl(325, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 20%, 0%) |
| LAB | lab(70.9 54.9 -15.4) |
| LCH | lch(70.9 57.0 344.3) |
| OKLCH | oklch(0.771 0.169 346.1) |
Copy-ready code
/* CSS */
color: #ff84cb;
background-color: #ff84cb;
/* Tailwind (arbitrary) */
class="text-[#ff84cb] bg-[#ff84cb]"
/* SCSS */
$brand: #ff84cb;
/* SwiftUI */
Color(red: 1.000, green: 0.518, blue: 0.796)
/* Android */
Color.parseColor("#ff84cb")Accessibility — WCAG contrast
Aa
#ff84cb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff84cb on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow20.4%
Key (black)0.0%
Color previews
#ff84cb text on a black background
contrast 9.41:1
Card sample
#ff84cb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff84cb;
Background color
Panel with #ff84cb background
background-color: #ff84cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff84cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 132, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 132, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff84cb; background: linear-gradient(135deg, #ff84cb, #FF8F84);