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