#f79cf8
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 156, 248
HSL
299°, 87%, 79%
CMYK
0, 37, 0, 3
Luminance
0.5033
Every format
| HEX | #f79cf8 |
| RGB | rgb(247, 156, 248) |
| HSL | hsl(299, 87%, 79%) |
| CMYK | cmyk(0%, 37%, 0%, 3%) |
| LAB | lab(76.3 47.7 -32.0) |
| LCH | lch(76.3 57.4 326.1) |
| OKLCH | oklch(0.815 0.158 326.5) |
Copy-ready code
/* CSS */
color: #f79cf8;
background-color: #f79cf8;
/* Tailwind (arbitrary) */
class="text-[#f79cf8] bg-[#f79cf8]"
/* SCSS */
$brand: #f79cf8;
/* SwiftUI */
Color(red: 0.969, green: 0.612, blue: 0.973)
/* Android */
Color.parseColor("#f79cf8")Accessibility — WCAG contrast
Aa
#f79cf8 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79cf8 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green61.2%
Blue97.3%
CMYK percentages
Cyan0.4%
Magenta37.1%
Yellow0.0%
Key (black)2.7%
Color previews
#f79cf8 text on a black background
contrast 11.07:1
Card sample
#f79cf8 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79cf8;
Background color
Panel with #f79cf8 background
background-color: #f79cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 156, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 156, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79cf8; background: linear-gradient(135deg, #f79cf8, #F89CBC);