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