#ff85eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 133, 235
HSL
310°, 100%, 76%
CMYK
0, 48, 8, 0
Luminance
0.4403
Every format
| HEX | #ff85eb |
| RGB | rgb(255, 133, 235) |
| HSL | hsl(310, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 8%, 0%) |
| LAB | lab(72.3 59.3 -31.0) |
| LCH | lch(72.3 66.9 332.4) |
| OKLCH | oklch(0.785 0.190 333.7) |
Copy-ready code
/* CSS */
color: #ff85eb;
background-color: #ff85eb;
/* Tailwind (arbitrary) */
class="text-[#ff85eb] bg-[#ff85eb]"
/* SCSS */
$brand: #ff85eb;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#ff85eb")Accessibility — WCAG contrast
Aa
#ff85eb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff85eb on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow7.8%
Key (black)0.0%
Color previews
#ff85eb text on a black background
contrast 9.81:1
Card sample
#ff85eb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff85eb;
Background color
Panel with #ff85eb background
background-color: #ff85eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff85eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff85eb; background: linear-gradient(135deg, #ff85eb, #FF859A);