#f762df
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 98, 223
HSL
310°, 90%, 68%
CMYK
0, 60, 10, 3
Luminance
0.3384
Every format
| HEX | #f762df |
| RGB | rgb(247, 98, 223) |
| HSL | hsl(310, 90%, 68%) |
| CMYK | cmyk(0%, 60%, 10%, 3%) |
| LAB | lab(64.8 70.8 -36.0) |
| LCH | lch(64.8 79.5 333.1) |
| OKLCH | oklch(0.727 0.228 334.5) |
Copy-ready code
/* CSS */
color: #f762df;
background-color: #f762df;
/* Tailwind (arbitrary) */
class="text-[#f762df] bg-[#f762df]"
/* SCSS */
$brand: #f762df;
/* SwiftUI */
Color(red: 0.969, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#f762df")Accessibility — WCAG contrast
Aa
#f762df on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f762df on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green38.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow9.7%
Key (black)3.1%
Color previews
#f762df text on a black background
contrast 7.77:1
Card sample
#f762df text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f762df;
Background color
Panel with #f762df background
background-color: #f762df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f762df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f762df; background: linear-gradient(135deg, #f762df, #F7627B);