#ff55eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 85, 235
HSL
307°, 100%, 67%
CMYK
0, 67, 8, 0
Luminance
0.3376
Every format
| HEX | #ff55eb |
| RGB | rgb(255, 85, 235) |
| HSL | hsl(307, 100%, 67%) |
| CMYK | cmyk(0%, 67%, 8%, 0%) |
| LAB | lab(64.8 79.5 -42.7) |
| LCH | lch(64.8 90.3 331.8) |
| OKLCH | oklch(0.730 0.257 333.0) |
Copy-ready code
/* CSS */
color: #ff55eb;
background-color: #ff55eb;
/* Tailwind (arbitrary) */
class="text-[#ff55eb] bg-[#ff55eb]"
/* SCSS */
$brand: #ff55eb;
/* SwiftUI */
Color(red: 1.000, green: 0.333, blue: 0.922)
/* Android */
Color.parseColor("#ff55eb")Accessibility — WCAG contrast
Aa
#ff55eb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff55eb on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow7.8%
Key (black)0.0%
Color previews
#ff55eb text on a black background
contrast 7.75:1
Card sample
#ff55eb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff55eb;
Background color
Panel with #ff55eb background
background-color: #ff55eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff55eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 85, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 85, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff55eb; background: linear-gradient(135deg, #ff55eb, #FF557A);