#f794df
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 148, 223
HSL
315°, 86%, 78%
CMYK
0, 40, 10, 3
Luminance
0.4628
Every format
| HEX | #f794df |
| RGB | rgb(247, 148, 223) |
| HSL | hsl(315, 86%, 78%) |
| CMYK | cmyk(0%, 40%, 10%, 3%) |
| LAB | lab(73.7 47.5 -22.3) |
| LCH | lch(73.7 52.5 334.9) |
| OKLCH | oklch(0.792 0.150 336.5) |
Copy-ready code
/* CSS */
color: #f794df;
background-color: #f794df;
/* Tailwind (arbitrary) */
class="text-[#f794df] bg-[#f794df]"
/* SCSS */
$brand: #f794df;
/* SwiftUI */
Color(red: 0.969, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#f794df")Accessibility — WCAG contrast
Aa
#f794df on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f794df on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green58.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow9.7%
Key (black)3.1%
Color previews
#f794df text on a black background
contrast 10.26:1
Card sample
#f794df text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f794df;
Background color
Panel with #f794df background
background-color: #f794df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f794df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f794df; background: linear-gradient(135deg, #f794df, #F7949D);