#f760cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 96, 207
HSL
316°, 90%, 67%
CMYK
0, 61, 16, 3
Luminance
0.3264
Every format
| HEX | #f760cf |
| RGB | rgb(247, 96, 207) |
| HSL | hsl(316, 90%, 67%) |
| CMYK | cmyk(0%, 61%, 16%, 3%) |
| LAB | lab(63.9 69.3 -28.5) |
| LCH | lch(63.9 75.0 337.7) |
| OKLCH | oklch(0.717 0.219 339.5) |
Copy-ready code
/* CSS */
color: #f760cf;
background-color: #f760cf;
/* Tailwind (arbitrary) */
class="text-[#f760cf] bg-[#f760cf]"
/* SCSS */
$brand: #f760cf;
/* SwiftUI */
Color(red: 0.969, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#f760cf")Accessibility — WCAG contrast
Aa
#f760cf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f760cf on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green37.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow16.2%
Key (black)3.1%
Color previews
#f760cf text on a black background
contrast 7.53:1
Card sample
#f760cf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f760cf;
Background color
Panel with #f760cf background
background-color: #f760cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f760cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f760cf; background: linear-gradient(135deg, #f760cf, #F7606B);