#ff55af
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 85, 175
HSL
328°, 100%, 67%
CMYK
0, 67, 31, 0
Luminance
0.3085
Every format
| HEX | #ff55af |
| RGB | rgb(255, 85, 175) |
| HSL | hsl(328, 100%, 67%) |
| CMYK | cmyk(0%, 67%, 31%, 0%) |
| LAB | lab(62.4 71.7 -12.4) |
| LCH | lch(62.4 72.7 350.2) |
| OKLCH | oklch(0.705 0.221 351.6) |
Copy-ready code
/* CSS */
color: #ff55af;
background-color: #ff55af;
/* Tailwind (arbitrary) */
class="text-[#ff55af] bg-[#ff55af]"
/* SCSS */
$brand: #ff55af;
/* SwiftUI */
Color(red: 1.000, green: 0.333, blue: 0.686)
/* Android */
Color.parseColor("#ff55af")Accessibility — WCAG contrast
Aa
#ff55af on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff55af on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow31.4%
Key (black)0.0%
Color previews
#ff55af text on a black background
contrast 7.17:1
Card sample
#ff55af text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff55af;
Background color
Panel with #ff55af background
background-color: #ff55af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff55af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 85, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 85, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff55af; background: linear-gradient(135deg, #ff55af, #FF6C55);