#ff76d8
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 118, 216
HSL
317°, 100%, 73%
CMYK
0, 54, 15, 0
Luminance
0.3917
Every format
| HEX | #ff76d8 |
| RGB | rgb(255, 118, 216) |
| HSL | hsl(317, 100%, 73%) |
| CMYK | cmyk(0%, 54%, 15%, 0%) |
| LAB | lab(68.9 63.3 -25.7) |
| LCH | lch(68.9 68.3 337.9) |
| OKLCH | oklch(0.758 0.199 339.7) |
Copy-ready code
/* CSS */
color: #ff76d8;
background-color: #ff76d8;
/* Tailwind (arbitrary) */
class="text-[#ff76d8] bg-[#ff76d8]"
/* SCSS */
$brand: #ff76d8;
/* SwiftUI */
Color(red: 1.000, green: 0.463, blue: 0.847)
/* Android */
Color.parseColor("#ff76d8")Accessibility — WCAG contrast
Aa
#ff76d8 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff76d8 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.3%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow15.3%
Key (black)0.0%
Color previews
#ff76d8 text on a black background
contrast 8.83:1
Card sample
#ff76d8 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff76d8;
Background color
Panel with #ff76d8 background
background-color: #ff76d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff76d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 118, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 118, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff76d8; background: linear-gradient(135deg, #ff76d8, #FF767C);