#f79dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 157, 251
HSL
297°, 92%, 80%
CMYK
2, 38, 0, 2
Luminance
0.5085
Every format
| HEX | #f79dfb |
| RGB | rgb(247, 157, 251) |
| HSL | hsl(297, 92%, 80%) |
| CMYK | cmyk(2%, 38%, 0%, 2%) |
| LAB | lab(76.6 47.7 -33.1) |
| LCH | lch(76.6 58.1 325.2) |
| OKLCH | oklch(0.817 0.159 325.4) |
Copy-ready code
/* CSS */
color: #f79dfb;
background-color: #f79dfb;
/* Tailwind (arbitrary) */
class="text-[#f79dfb] bg-[#f79dfb]"
/* SCSS */
$brand: #f79dfb;
/* SwiftUI */
Color(red: 0.969, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#f79dfb")Accessibility — WCAG contrast
Aa
#f79dfb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79dfb on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green61.6%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#f79dfb text on a black background
contrast 11.17:1
Card sample
#f79dfb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79dfb;
Background color
Panel with #f79dfb background
background-color: #f79dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79dfb; background: linear-gradient(135deg, #f79dfb, #FB9DC0);