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