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