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