#ff86cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 134, 207
HSL
324°, 100%, 76%
CMYK
0, 48, 19, 0
Luminance
0.4282
Every format
| HEX | #ff86cf |
| RGB | rgb(255, 134, 207) |
| HSL | hsl(324, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 19%, 0%) |
| LAB | lab(71.4 54.5 -16.9) |
| LCH | lch(71.4 57.0 342.8) |
| OKLCH | oklch(0.775 0.168 344.6) |
Copy-ready code
/* CSS */
color: #ff86cf;
background-color: #ff86cf;
/* Tailwind (arbitrary) */
class="text-[#ff86cf] bg-[#ff86cf]"
/* SCSS */
$brand: #ff86cf;
/* SwiftUI */
Color(red: 1.000, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#ff86cf")Accessibility — WCAG contrast
Aa
#ff86cf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff86cf on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow18.8%
Key (black)0.0%
Color previews
#ff86cf text on a black background
contrast 9.56:1
Card sample
#ff86cf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff86cf;
Background color
Panel with #ff86cf background
background-color: #ff86cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff86cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff86cf; background: linear-gradient(135deg, #ff86cf, #FF8E86);