#ff85ba
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 133, 186
HSL
334°, 100%, 76%
CMYK
0, 48, 27, 0
Luminance
0.4158
Every format
| HEX | #ff85ba |
| RGB | rgb(255, 133, 186) |
| HSL | hsl(334, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 27%, 0%) |
| LAB | lab(70.6 52.1 -6.4) |
| LCH | lch(70.6 52.5 353.0) |
| OKLCH | oklch(0.767 0.158 354.1) |
Copy-ready code
/* CSS */
color: #ff85ba;
background-color: #ff85ba;
/* Tailwind (arbitrary) */
class="text-[#ff85ba] bg-[#ff85ba]"
/* SCSS */
$brand: #ff85ba;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.729)
/* Android */
Color.parseColor("#ff85ba")Accessibility — WCAG contrast
Aa
#ff85ba on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff85ba on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow27.1%
Key (black)0.0%
Color previews
#ff85ba text on a black background
contrast 9.32:1
Card sample
#ff85ba text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff85ba;
Background color
Panel with #ff85ba background
background-color: #ff85ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff85ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff85ba; background: linear-gradient(135deg, #ff85ba, #FFA185);