#f769af
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 105, 175
HSL
330°, 90%, 69%
CMYK
0, 58, 29, 3
Luminance
0.3297
Every format
| HEX | #f769af |
| RGB | rgb(247, 105, 175) |
| HSL | hsl(330, 90%, 69%) |
| CMYK | cmyk(0%, 58%, 29%, 3%) |
| LAB | lab(64.1 61.3 -9.9) |
| LCH | lch(64.1 62.0 350.8) |
| OKLCH | oklch(0.716 0.188 352.2) |
Copy-ready code
/* CSS */
color: #f769af;
background-color: #f769af;
/* Tailwind (arbitrary) */
class="text-[#f769af] bg-[#f769af]"
/* SCSS */
$brand: #f769af;
/* SwiftUI */
Color(red: 0.969, green: 0.412, blue: 0.686)
/* Android */
Color.parseColor("#f769af")Accessibility — WCAG contrast
Aa
#f769af on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f769af on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green41.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow29.1%
Key (black)3.1%
Color previews
#f769af text on a black background
contrast 7.59:1
Card sample
#f769af text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f769af;
Background color
Panel with #f769af background
background-color: #f769af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f769af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 105, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 105, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f769af; background: linear-gradient(135deg, #f769af, #F78269);