#f769cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 105, 207
HSL
317°, 90%, 69%
CMYK
0, 58, 16, 3
Luminance
0.3438
Every format
| HEX | #f769cf |
| RGB | rgb(247, 105, 207) |
| HSL | hsl(317, 90%, 69%) |
| CMYK | cmyk(0%, 58%, 16%, 3%) |
| LAB | lab(65.3 65.5 -26.3) |
| LCH | lch(65.3 70.6 338.1) |
| OKLCH | oklch(0.728 0.206 339.9) |
Copy-ready code
/* CSS */
color: #f769cf;
background-color: #f769cf;
/* Tailwind (arbitrary) */
class="text-[#f769cf] bg-[#f769cf]"
/* SCSS */
$brand: #f769cf;
/* SwiftUI */
Color(red: 0.969, green: 0.412, blue: 0.812)
/* Android */
Color.parseColor("#f769cf")Accessibility — WCAG contrast
Aa
#f769cf on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f769cf on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green41.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow16.2%
Key (black)3.1%
Color previews
#f769cf text on a black background
contrast 7.88:1
Card sample
#f769cf text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f769cf;
Background color
Panel with #f769cf background
background-color: #f769cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f769cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 105, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 105, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f769cf; background: linear-gradient(135deg, #f769cf, #F76970);