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