#ff55ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 85, 206
HSL
317°, 100%, 67%
CMYK
0, 67, 19, 0
Luminance
0.3221
Every format
| HEX | #ff55ce |
| RGB | rgb(255, 85, 206) |
| HSL | hsl(317, 100%, 67%) |
| CMYK | cmyk(0%, 67%, 19%, 0%) |
| LAB | lab(63.5 75.5 -28.4) |
| LCH | lch(63.5 80.6 339.4) |
| OKLCH | oklch(0.717 0.238 341.3) |
Copy-ready code
/* CSS */
color: #ff55ce;
background-color: #ff55ce;
/* Tailwind (arbitrary) */
class="text-[#ff55ce] bg-[#ff55ce]"
/* SCSS */
$brand: #ff55ce;
/* SwiftUI */
Color(red: 1.000, green: 0.333, blue: 0.808)
/* Android */
Color.parseColor("#ff55ce")Accessibility — WCAG contrast
Aa
#ff55ce on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff55ce on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow19.2%
Key (black)0.0%
Color previews
#ff55ce text on a black background
contrast 7.44:1
Card sample
#ff55ce text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff55ce;
Background color
Panel with #ff55ce background
background-color: #ff55ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff55ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 85, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 85, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff55ce; background: linear-gradient(135deg, #ff55ce, #FF555D);