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