#ff49af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 73, 175
HSL
326°, 100%, 64%
CMYK
0, 71, 31, 0
Luminance
0.2912
Every format
| HEX | #ff49af |
| RGB | rgb(255, 73, 175) |
| HSL | hsl(326, 100%, 64%) |
| CMYK | cmyk(0%, 71%, 31%, 0%) |
| LAB | lab(60.9 75.8 -14.7) |
| LCH | lch(60.9 77.2 349.0) |
| OKLCH | oklch(0.694 0.235 350.6) |
Copy-ready code
/* CSS */
color: #ff49af;
background-color: #ff49af;
/* Tailwind (arbitrary) */
class="text-[#ff49af] bg-[#ff49af]"
/* SCSS */
$brand: #ff49af;
/* SwiftUI */
Color(red: 1.000, green: 0.286, blue: 0.686)
/* Android */
Color.parseColor("#ff49af")Accessibility — WCAG contrast
Aa
#ff49af on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff49af on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green28.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow31.4%
Key (black)0.0%
Color previews
#ff49af text on a black background
contrast 6.82:1
Card sample
#ff49af text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff49af;
Background color
Panel with #ff49af background
background-color: #ff49af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff49af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 73, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 73, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff49af; background: linear-gradient(135deg, #ff49af, #FF5C49);