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