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