#f791df
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 145, 223
HSL
314°, 86%, 77%
CMYK
0, 41, 10, 3
Luminance
0.4535
Every format
| HEX | #f791df |
| RGB | rgb(247, 145, 223) |
| HSL | hsl(314, 86%, 77%) |
| CMYK | cmyk(0%, 41%, 10%, 3%) |
| LAB | lab(73.1 49.0 -23.2) |
| LCH | lch(73.1 54.2 334.7) |
| OKLCH | oklch(0.788 0.155 336.3) |
Copy-ready code
/* CSS */
color: #f791df;
background-color: #f791df;
/* Tailwind (arbitrary) */
class="text-[#f791df] bg-[#f791df]"
/* SCSS */
$brand: #f791df;
/* SwiftUI */
Color(red: 0.969, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#f791df")Accessibility — WCAG contrast
Aa
#f791df on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f791df on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green56.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow9.7%
Key (black)3.1%
Color previews
#f791df text on a black background
contrast 10.07:1
Card sample
#f791df text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f791df;
Background color
Panel with #f791df background
background-color: #f791df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f791df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f791df; background: linear-gradient(135deg, #f791df, #F7919B);