#f79ac0
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 154, 192
HSL
336°, 85%, 79%
CMYK
0, 38, 22, 3
Luminance
0.4669
Every format
| HEX | #f79ac0 |
| RGB | rgb(247, 154, 192) |
| HSL | hsl(336, 85%, 79%) |
| CMYK | cmyk(0%, 38%, 22%, 3%) |
| LAB | lab(74.0 39.6 -4.8) |
| LCH | lch(74.0 39.9 353.1) |
| OKLCH | oklch(0.791 0.120 354.1) |
Copy-ready code
/* CSS */
color: #f79ac0;
background-color: #f79ac0;
/* Tailwind (arbitrary) */
class="text-[#f79ac0] bg-[#f79ac0]"
/* SCSS */
$brand: #f79ac0;
/* SwiftUI */
Color(red: 0.969, green: 0.604, blue: 0.753)
/* Android */
Color.parseColor("#f79ac0")Accessibility — WCAG contrast
Aa
#f79ac0 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79ac0 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green60.4%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow22.3%
Key (black)3.1%
Color previews
#f79ac0 text on a black background
contrast 10.34:1
Card sample
#f79ac0 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79ac0;
Background color
Panel with #f79ac0 background
background-color: #f79ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 154, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 154, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79ac0; background: linear-gradient(135deg, #f79ac0, #F7B29A);