#f79bcf
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 155, 207
HSL
326°, 85%, 79%
CMYK
0, 37, 16, 3
Luminance
0.4772
Every format
| HEX | #f79bcf |
| RGB | rgb(247, 155, 207) |
| HSL | hsl(326, 85%, 79%) |
| CMYK | cmyk(0%, 37%, 16%, 3%) |
| LAB | lab(74.7 41.4 -12.1) |
| LCH | lch(74.7 43.1 343.7) |
| OKLCH | oklch(0.798 0.126 345.4) |
Copy-ready code
/* CSS */
color: #f79bcf;
background-color: #f79bcf;
/* Tailwind (arbitrary) */
class="text-[#f79bcf] bg-[#f79bcf]"
/* SCSS */
$brand: #f79bcf;
/* SwiftUI */
Color(red: 0.969, green: 0.608, blue: 0.812)
/* Android */
Color.parseColor("#f79bcf")Accessibility — WCAG contrast
Aa
#f79bcf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79bcf on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green60.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow16.2%
Key (black)3.1%
Color previews
#f79bcf text on a black background
contrast 10.54:1
Card sample
#f79bcf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79bcf;
Background color
Panel with #f79bcf background
background-color: #f79bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 155, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 155, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79bcf; background: linear-gradient(135deg, #f79bcf, #F7A49B);