#f76cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 108, 223
HSL
310°, 90%, 70%
CMYK
0, 56, 10, 3
Luminance
0.3583
Every format
| HEX | #f76cdf |
| RGB | rgb(247, 108, 223) |
| HSL | hsl(310, 90%, 70%) |
| CMYK | cmyk(0%, 56%, 10%, 3%) |
| LAB | lab(66.4 66.6 -33.6) |
| LCH | lch(66.4 74.6 333.3) |
| OKLCH | oklch(0.738 0.213 334.7) |
Copy-ready code
/* CSS */
color: #f76cdf;
background-color: #f76cdf;
/* Tailwind (arbitrary) */
class="text-[#f76cdf] bg-[#f76cdf]"
/* SCSS */
$brand: #f76cdf;
/* SwiftUI */
Color(red: 0.969, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#f76cdf")Accessibility — WCAG contrast
Aa
#f76cdf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f76cdf on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green42.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow9.7%
Key (black)3.1%
Color previews
#f76cdf text on a black background
contrast 8.17:1
Card sample
#f76cdf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76cdf;
Background color
Panel with #f76cdf background
background-color: #f76cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76cdf; background: linear-gradient(135deg, #f76cdf, #F76C82);