#ff76af
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 118, 175
HSL
335°, 100%, 73%
CMYK
0, 54, 31, 0
Luminance
0.3731
Every format
| HEX | #ff76af |
| RGB | rgb(255, 118, 175) |
| HSL | hsl(335, 100%, 73%) |
| CMYK | cmyk(0%, 54%, 31%, 0%) |
| LAB | lab(67.5 57.8 -4.8) |
| LCH | lch(67.5 58.0 355.3) |
| OKLCH | oklch(0.743 0.176 356.1) |
Copy-ready code
/* CSS */
color: #ff76af;
background-color: #ff76af;
/* Tailwind (arbitrary) */
class="text-[#ff76af] bg-[#ff76af]"
/* SCSS */
$brand: #ff76af;
/* SwiftUI */
Color(red: 1.000, green: 0.463, blue: 0.686)
/* Android */
Color.parseColor("#ff76af")Accessibility — WCAG contrast
Aa
#ff76af on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff76af on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow31.4%
Key (black)0.0%
Color previews
#ff76af text on a black background
contrast 8.46:1
Card sample
#ff76af text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff76af;
Background color
Panel with #ff76af background
background-color: #ff76af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff76af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 118, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 118, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff76af; background: linear-gradient(135deg, #ff76af, #FF9876);