#ff55d7
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 85, 215
HSL
314°, 100%, 67%
CMYK
0, 67, 16, 0
Luminance
0.3266
Every format
| HEX | #ff55d7 |
| RGB | rgb(255, 85, 215) |
| HSL | hsl(314, 100%, 67%) |
| CMYK | cmyk(0%, 67%, 16%, 0%) |
| LAB | lab(63.9 76.7 -32.9) |
| LCH | lch(63.9 83.4 336.8) |
| OKLCH | oklch(0.721 0.244 338.6) |
Copy-ready code
/* CSS */
color: #ff55d7;
background-color: #ff55d7;
/* Tailwind (arbitrary) */
class="text-[#ff55d7] bg-[#ff55d7]"
/* SCSS */
$brand: #ff55d7;
/* SwiftUI */
Color(red: 1.000, green: 0.333, blue: 0.843)
/* Android */
Color.parseColor("#ff55d7")Accessibility — WCAG contrast
Aa
#ff55d7 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff55d7 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.3%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow15.7%
Key (black)0.0%
Color previews
#ff55d7 text on a black background
contrast 7.53:1
Card sample
#ff55d7 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff55d7;
Background color
Panel with #ff55d7 background
background-color: #ff55d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff55d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 85, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 85, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff55d7; background: linear-gradient(135deg, #ff55d7, #FF5566);