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