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