#f770af
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 112, 175
HSL
332°, 89%, 70%
CMYK
0, 55, 29, 3
Luminance
0.3446
Every format
| HEX | #f770af |
| RGB | rgb(247, 112, 175) |
| HSL | hsl(332, 89%, 70%) |
| CMYK | cmyk(0%, 55%, 29%, 3%) |
| LAB | lab(65.3 58.1 -8.2) |
| LCH | lch(65.3 58.7 352.0) |
| OKLCH | oklch(0.724 0.177 353.2) |
Copy-ready code
/* CSS */
color: #f770af;
background-color: #f770af;
/* Tailwind (arbitrary) */
class="text-[#f770af] bg-[#f770af]"
/* SCSS */
$brand: #f770af;
/* SwiftUI */
Color(red: 0.969, green: 0.439, blue: 0.686)
/* Android */
Color.parseColor("#f770af")Accessibility — WCAG contrast
Aa
#f770af on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f770af on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green43.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow29.1%
Key (black)3.1%
Color previews
#f770af text on a black background
contrast 7.89:1
Card sample
#f770af text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f770af;
Background color
Panel with #f770af background
background-color: #f770af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f770af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 112, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 112, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f770af; background: linear-gradient(135deg, #f770af, #F78B70);