#f79ac9
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 154, 201
HSL
330°, 85%, 79%
CMYK
0, 38, 19, 3
Luminance
0.4710
Every format
| HEX | #f79ac9 |
| RGB | rgb(247, 154, 201) |
| HSL | hsl(330, 85%, 79%) |
| CMYK | cmyk(0%, 38%, 19%, 3%) |
| LAB | lab(74.3 41.0 -9.4) |
| LCH | lch(74.3 42.0 347.1) |
| OKLCH | oklch(0.794 0.124 348.6) |
Copy-ready code
/* CSS */
color: #f79ac9;
background-color: #f79ac9;
/* Tailwind (arbitrary) */
class="text-[#f79ac9] bg-[#f79ac9]"
/* SCSS */
$brand: #f79ac9;
/* SwiftUI */
Color(red: 0.969, green: 0.604, blue: 0.788)
/* Android */
Color.parseColor("#f79ac9")Accessibility — WCAG contrast
Aa
#f79ac9 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79ac9 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green60.4%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow18.6%
Key (black)3.1%
Color previews
#f79ac9 text on a black background
contrast 10.42:1
Card sample
#f79ac9 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79ac9;
Background color
Panel with #f79ac9 background
background-color: #f79ac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79ac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 154, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 154, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79ac9; background: linear-gradient(135deg, #f79ac9, #F7A99A);