#f79cbc
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 156, 188
HSL
339°, 85%, 79%
CMYK
0, 37, 24, 3
Luminance
0.4718
Every format
| HEX | #f79cbc |
| RGB | rgb(247, 156, 188) |
| HSL | hsl(339, 85%, 79%) |
| CMYK | cmyk(0%, 37%, 24%, 3%) |
| LAB | lab(74.3 38.0 -2.2) |
| LCH | lch(74.3 38.1 356.8) |
| OKLCH | oklch(0.793 0.115 357.4) |
Copy-ready code
/* CSS */
color: #f79cbc;
background-color: #f79cbc;
/* Tailwind (arbitrary) */
class="text-[#f79cbc] bg-[#f79cbc]"
/* SCSS */
$brand: #f79cbc;
/* SwiftUI */
Color(red: 0.969, green: 0.612, blue: 0.737)
/* Android */
Color.parseColor("#f79cbc")Accessibility — WCAG contrast
Aa
#f79cbc on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79cbc on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green61.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow23.9%
Key (black)3.1%
Color previews
#f79cbc text on a black background
contrast 10.44:1
Card sample
#f79cbc text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79cbc;
Background color
Panel with #f79cbc background
background-color: #f79cbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79cbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 156, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 156, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79cbc; background: linear-gradient(135deg, #f79cbc, #F7B99C);