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