#f766af
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 102, 175
HSL
330°, 90%, 68%
CMYK
0, 59, 29, 3
Luminance
0.3237
Every format
| HEX | #f766af |
| RGB | rgb(247, 102, 175) |
| HSL | hsl(330, 90%, 68%) |
| CMYK | cmyk(0%, 59%, 29%, 3%) |
| LAB | lab(63.6 62.6 -10.7) |
| LCH | lch(63.6 63.5 350.3) |
| OKLCH | oklch(0.712 0.192 351.8) |
Copy-ready code
/* CSS */
color: #f766af;
background-color: #f766af;
/* Tailwind (arbitrary) */
class="text-[#f766af] bg-[#f766af]"
/* SCSS */
$brand: #f766af;
/* SwiftUI */
Color(red: 0.969, green: 0.400, blue: 0.686)
/* Android */
Color.parseColor("#f766af")Accessibility — WCAG contrast
Aa
#f766af on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f766af on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green40.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow29.1%
Key (black)3.1%
Color previews
#f766af text on a black background
contrast 7.47:1
Card sample
#f766af text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f766af;
Background color
Panel with #f766af background
background-color: #f766af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f766af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 102, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 102, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f766af; background: linear-gradient(135deg, #f766af, #F77E66);