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