#ff85db
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 133, 219
HSL
318°, 100%, 76%
CMYK
0, 48, 14, 0
Luminance
0.4315
Every format
| HEX | #ff85db |
| RGB | rgb(255, 133, 219) |
| HSL | hsl(318, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 14%, 0%) |
| LAB | lab(71.7 56.8 -23.1) |
| LCH | lch(71.7 61.3 337.8) |
| OKLCH | oklch(0.779 0.178 339.6) |
Copy-ready code
/* CSS */
color: #ff85db;
background-color: #ff85db;
/* Tailwind (arbitrary) */
class="text-[#ff85db] bg-[#ff85db]"
/* SCSS */
$brand: #ff85db;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.859)
/* Android */
Color.parseColor("#ff85db")Accessibility — WCAG contrast
Aa
#ff85db on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff85db on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow14.1%
Key (black)0.0%
Color previews
#ff85db text on a black background
contrast 9.63:1
Card sample
#ff85db text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff85db;
Background color
Panel with #ff85db background
background-color: #ff85db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff85db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff85db; background: linear-gradient(135deg, #ff85db, #FF858A);