#ff85d6
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 133, 214
HSL
320°, 100%, 76%
CMYK
0, 48, 16, 0
Luminance
0.4289
Every format
| HEX | #ff85d6 |
| RGB | rgb(255, 133, 214) |
| HSL | hsl(320, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 16%, 0%) |
| LAB | lab(71.5 56.0 -20.6) |
| LCH | lch(71.5 59.7 339.8) |
| OKLCH | oklch(0.777 0.174 341.6) |
Copy-ready code
/* CSS */
color: #ff85d6;
background-color: #ff85d6;
/* Tailwind (arbitrary) */
class="text-[#ff85d6] bg-[#ff85d6]"
/* SCSS */
$brand: #ff85d6;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.839)
/* Android */
Color.parseColor("#ff85d6")Accessibility — WCAG contrast
Aa
#ff85d6 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff85d6 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow16.1%
Key (black)0.0%
Color previews
#ff85d6 text on a black background
contrast 9.58:1
Card sample
#ff85d6 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff85d6;
Background color
Panel with #ff85d6 background
background-color: #ff85d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff85d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff85d6; background: linear-gradient(135deg, #ff85d6, #FF8685);