#f705af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 5, 175
HSL
318°, 96%, 49%
CMYK
0, 98, 29, 3
Luminance
0.2298
Every format
| HEX | #f705af |
| RGB | rgb(247, 5, 175) |
| HSL | hsl(318, 96%, 49%) |
| CMYK | cmyk(0%, 98%, 29%, 3%) |
| LAB | lab(55.1 86.7 -23.7) |
| LCH | lch(55.1 89.9 344.7) |
| OKLCH | oklch(0.649 0.273 346.7) |
Copy-ready code
/* CSS */
color: #f705af;
background-color: #f705af;
/* Tailwind (arbitrary) */
class="text-[#f705af] bg-[#f705af]"
/* SCSS */
$brand: #f705af;
/* SwiftUI */
Color(red: 0.969, green: 0.020, blue: 0.686)
/* Android */
Color.parseColor("#f705af")Accessibility — WCAG contrast
Aa
#f705af on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f705af on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green2.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow29.1%
Key (black)3.1%
Color previews
#f705af text on a black background
contrast 5.60:1
Card sample
#f705af text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f705af;
Background color
Panel with #f705af background
background-color: #f705af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f705af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 5, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 5, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f705af; background: linear-gradient(135deg, #f705af, #F7050E);