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