#f79af8
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 154, 248
HSL
299°, 87%, 79%
CMYK
0, 38, 0, 3
Luminance
0.4966
Every format
| HEX | #f79af8 |
| RGB | rgb(247, 154, 248) |
| HSL | hsl(299, 87%, 79%) |
| CMYK | cmyk(0%, 38%, 0%, 3%) |
| LAB | lab(75.9 48.7 -32.6) |
| LCH | lch(75.9 58.6 326.2) |
| OKLCH | oklch(0.812 0.161 326.6) |
Copy-ready code
/* CSS */
color: #f79af8;
background-color: #f79af8;
/* Tailwind (arbitrary) */
class="text-[#f79af8] bg-[#f79af8]"
/* SCSS */
$brand: #f79af8;
/* SwiftUI */
Color(red: 0.969, green: 0.604, blue: 0.973)
/* Android */
Color.parseColor("#f79af8")Accessibility — WCAG contrast
Aa
#f79af8 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79af8 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green60.4%
Blue97.3%
CMYK percentages
Cyan0.4%
Magenta37.9%
Yellow0.0%
Key (black)2.7%
Color previews
#f79af8 text on a black background
contrast 10.93:1
Card sample
#f79af8 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79af8;
Background color
Panel with #f79af8 background
background-color: #f79af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 154, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 154, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79af8; background: linear-gradient(135deg, #f79af8, #F89ABA);