#f76dcd
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 109, 205
HSL
318°, 90%, 70%
CMYK
0, 56, 17, 3
Luminance
0.3512
Every format
| HEX | #f76dcd |
| RGB | rgb(247, 109, 205) |
| HSL | hsl(318, 90%, 70%) |
| CMYK | cmyk(0%, 56%, 17%, 3%) |
| LAB | lab(65.8 63.5 -24.3) |
| LCH | lch(65.8 68.0 339.0) |
| OKLCH | oklch(0.732 0.199 340.9) |
Copy-ready code
/* CSS */
color: #f76dcd;
background-color: #f76dcd;
/* Tailwind (arbitrary) */
class="text-[#f76dcd] bg-[#f76dcd]"
/* SCSS */
$brand: #f76dcd;
/* SwiftUI */
Color(red: 0.969, green: 0.427, blue: 0.804)
/* Android */
Color.parseColor("#f76dcd")Accessibility — WCAG contrast
Aa
#f76dcd on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f76dcd on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green42.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow17.0%
Key (black)3.1%
Color previews
#f76dcd text on a black background
contrast 8.02:1
Card sample
#f76dcd text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76dcd;
Background color
Panel with #f76dcd background
background-color: #f76dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 109, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 109, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76dcd; background: linear-gradient(135deg, #f76dcd, #F76D71);