#f79dec
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 157, 236
HSL
307°, 85%, 79%
CMYK
0, 36, 5, 3
Luminance
0.4994
Every format
| HEX | #f79dec |
| RGB | rgb(247, 157, 236) |
| HSL | hsl(307, 85%, 79%) |
| CMYK | cmyk(0%, 36%, 5%, 3%) |
| LAB | lab(76.0 45.0 -25.9) |
| LCH | lch(76.0 51.9 330.2) |
| OKLCH | oklch(0.811 0.145 331.3) |
Copy-ready code
/* CSS */
color: #f79dec;
background-color: #f79dec;
/* Tailwind (arbitrary) */
class="text-[#f79dec] bg-[#f79dec]"
/* SCSS */
$brand: #f79dec;
/* SwiftUI */
Color(red: 0.969, green: 0.616, blue: 0.925)
/* Android */
Color.parseColor("#f79dec")Accessibility — WCAG contrast
Aa
#f79dec on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79dec on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green61.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow4.5%
Key (black)3.1%
Color previews
#f79dec text on a black background
contrast 10.99:1
Card sample
#f79dec text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79dec;
Background color
Panel with #f79dec background
background-color: #f79dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 157, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 157, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79dec; background: linear-gradient(135deg, #f79dec, #F79DB0);