#f79bdf
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 155, 223
HSL
316°, 85%, 79%
CMYK
0, 37, 10, 3
Luminance
0.4854
Every format
| HEX | #f79bdf |
| RGB | rgb(247, 155, 223) |
| HSL | hsl(316, 85%, 79%) |
| CMYK | cmyk(0%, 37%, 10%, 3%) |
| LAB | lab(75.2 43.9 -20.1) |
| LCH | lch(75.2 48.3 335.4) |
| OKLCH | oklch(0.803 0.138 337.0) |
Copy-ready code
/* CSS */
color: #f79bdf;
background-color: #f79bdf;
/* Tailwind (arbitrary) */
class="text-[#f79bdf] bg-[#f79bdf]"
/* SCSS */
$brand: #f79bdf;
/* SwiftUI */
Color(red: 0.969, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#f79bdf")Accessibility — WCAG contrast
Aa
#f79bdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79bdf on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green60.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow9.7%
Key (black)3.1%
Color previews
#f79bdf text on a black background
contrast 10.71:1
Card sample
#f79bdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79bdf;
Background color
Panel with #f79bdf background
background-color: #f79bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79bdf; background: linear-gradient(135deg, #f79bdf, #F79BA1);