#f791c4
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 145, 196
HSL
330°, 86%, 77%
CMYK
0, 41, 21, 3
Luminance
0.4401
Every format
| HEX | #f791c4 |
| RGB | rgb(247, 145, 196) |
| HSL | hsl(330, 86%, 77%) |
| CMYK | cmyk(0%, 41%, 21%, 3%) |
| LAB | lab(72.2 44.9 -9.7) |
| LCH | lch(72.2 45.9 347.9) |
| OKLCH | oklch(0.778 0.136 349.4) |
Copy-ready code
/* CSS */
color: #f791c4;
background-color: #f791c4;
/* Tailwind (arbitrary) */
class="text-[#f791c4] bg-[#f791c4]"
/* SCSS */
$brand: #f791c4;
/* SwiftUI */
Color(red: 0.969, green: 0.569, blue: 0.769)
/* Android */
Color.parseColor("#f791c4")Accessibility — WCAG contrast
Aa
#f791c4 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f791c4 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green56.9%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow20.6%
Key (black)3.1%
Color previews
#f791c4 text on a black background
contrast 9.80:1
Card sample
#f791c4 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f791c4;
Background color
Panel with #f791c4 background
background-color: #f791c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f791c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 145, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 145, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f791c4; background: linear-gradient(135deg, #f791c4, #F7A291);