#f79afb
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 154, 251
HSL
298°, 92%, 79%
CMYK
2, 39, 0, 2
Luminance
0.4985
Every format
| HEX | #f79afb |
| RGB | rgb(247, 154, 251) |
| HSL | hsl(298, 92%, 79%) |
| CMYK | cmyk(2%, 39%, 0%, 2%) |
| LAB | lab(76.0 49.2 -34.1) |
| LCH | lch(76.0 59.9 325.3) |
| OKLCH | oklch(0.813 0.164 325.5) |
Copy-ready code
/* CSS */
color: #f79afb;
background-color: #f79afb;
/* Tailwind (arbitrary) */
class="text-[#f79afb] bg-[#f79afb]"
/* SCSS */
$brand: #f79afb;
/* SwiftUI */
Color(red: 0.969, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#f79afb")Accessibility — WCAG contrast
Aa
#f79afb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79afb on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green60.4%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f79afb text on a black background
contrast 10.97:1
Card sample
#f79afb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79afb;
Background color
Panel with #f79afb background
background-color: #f79afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79afb; background: linear-gradient(135deg, #f79afb, #FB9ABE);