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