#f790ac
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 144, 172
HSL
344°, 87%, 77%
CMYK
0, 42, 30, 3
Luminance
0.4270
Every format
| HEX | #f790ac |
| RGB | rgb(247, 144, 172) |
| HSL | hsl(344, 87%, 77%) |
| CMYK | cmyk(0%, 42%, 30%, 3%) |
| LAB | lab(71.3 42.1 2.4) |
| LCH | lch(71.3 42.2 3.2) |
| OKLCH | oklch(0.769 0.128 3.0) |
Copy-ready code
/* CSS */
color: #f790ac;
background-color: #f790ac;
/* Tailwind (arbitrary) */
class="text-[#f790ac] bg-[#f790ac]"
/* SCSS */
$brand: #f790ac;
/* SwiftUI */
Color(red: 0.969, green: 0.565, blue: 0.675)
/* Android */
Color.parseColor("#f790ac")Accessibility — WCAG contrast
Aa
#f790ac on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f790ac on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green56.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow30.4%
Key (black)3.1%
Color previews
#f790ac text on a black background
contrast 9.54:1
Card sample
#f790ac text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f790ac;
Background color
Panel with #f790ac background
background-color: #f790ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f790ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 144, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 144, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f790ac; background: linear-gradient(135deg, #f790ac, #F7B990);