#f79fe2
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 159, 226
HSL
314°, 85%, 80%
CMYK
0, 36, 9, 3
Luminance
0.5006
Every format
| HEX | #f79fe2 |
| RGB | rgb(247, 159, 226) |
| HSL | hsl(314, 85%, 80%) |
| CMYK | cmyk(0%, 36%, 9%, 3%) |
| LAB | lab(76.1 42.3 -20.3) |
| LCH | lch(76.1 46.9 334.4) |
| OKLCH | oklch(0.811 0.134 335.9) |
Copy-ready code
/* CSS */
color: #f79fe2;
background-color: #f79fe2;
/* Tailwind (arbitrary) */
class="text-[#f79fe2] bg-[#f79fe2]"
/* SCSS */
$brand: #f79fe2;
/* SwiftUI */
Color(red: 0.969, green: 0.624, blue: 0.886)
/* Android */
Color.parseColor("#f79fe2")Accessibility — WCAG contrast
Aa
#f79fe2 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79fe2 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green62.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow8.5%
Key (black)3.1%
Color previews
#f79fe2 text on a black background
contrast 11.01:1
Card sample
#f79fe2 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79fe2;
Background color
Panel with #f79fe2 background
background-color: #f79fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 159, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 159, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79fe2; background: linear-gradient(135deg, #f79fe2, #F79FA7);