#f79ace
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 154, 206
HSL
327°, 85%, 79%
CMYK
0, 38, 17, 3
Luminance
0.4734
Every format
| HEX | #f79ace |
| RGB | rgb(247, 154, 206) |
| HSL | hsl(327, 85%, 79%) |
| CMYK | cmyk(0%, 38%, 17%, 3%) |
| LAB | lab(74.4 41.7 -11.9) |
| LCH | lch(74.4 43.4 344.1) |
| OKLCH | oklch(0.796 0.127 345.8) |
Copy-ready code
/* CSS */
color: #f79ace;
background-color: #f79ace;
/* Tailwind (arbitrary) */
class="text-[#f79ace] bg-[#f79ace]"
/* SCSS */
$brand: #f79ace;
/* SwiftUI */
Color(red: 0.969, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#f79ace")Accessibility — WCAG contrast
Aa
#f79ace on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79ace on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green60.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow16.6%
Key (black)3.1%
Color previews
#f79ace text on a black background
contrast 10.47:1
Card sample
#f79ace text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79ace;
Background color
Panel with #f79ace background
background-color: #f79ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79ace; background: linear-gradient(135deg, #f79ace, #F7A49A);