#f762cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 98, 207
HSL
316°, 90%, 68%
CMYK
0, 60, 16, 3
Luminance
0.3301
Every format
| HEX | #f762cf |
| RGB | rgb(247, 98, 207) |
| HSL | hsl(316, 90%, 68%) |
| CMYK | cmyk(0%, 60%, 16%, 3%) |
| LAB | lab(64.2 68.5 -28.0) |
| LCH | lch(64.2 74.0 337.8) |
| OKLCH | oklch(0.720 0.216 339.6) |
Copy-ready code
/* CSS */
color: #f762cf;
background-color: #f762cf;
/* Tailwind (arbitrary) */
class="text-[#f762cf] bg-[#f762cf]"
/* SCSS */
$brand: #f762cf;
/* SwiftUI */
Color(red: 0.969, green: 0.384, blue: 0.812)
/* Android */
Color.parseColor("#f762cf")Accessibility — WCAG contrast
Aa
#f762cf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f762cf on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green38.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow16.2%
Key (black)3.1%
Color previews
#f762cf text on a black background
contrast 7.60:1
Card sample
#f762cf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f762cf;
Background color
Panel with #f762cf background
background-color: #f762cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f762cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 98, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 98, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f762cf; background: linear-gradient(135deg, #f762cf, #F7626B);