#f735af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 53, 175
HSL
322°, 92%, 59%
CMYK
0, 79, 29, 3
Luminance
0.2542
Every format
| HEX | #f735af |
| RGB | rgb(247, 53, 175) |
| HSL | hsl(322, 92%, 59%) |
| CMYK | cmyk(0%, 79%, 29%, 3%) |
| LAB | lab(57.5 79.7 -20.0) |
| LCH | lch(57.5 82.2 345.9) |
| OKLCH | oklch(0.666 0.249 347.8) |
Copy-ready code
/* CSS */
color: #f735af;
background-color: #f735af;
/* Tailwind (arbitrary) */
class="text-[#f735af] bg-[#f735af]"
/* SCSS */
$brand: #f735af;
/* SwiftUI */
Color(red: 0.969, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#f735af")Accessibility — WCAG contrast
Aa
#f735af on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f735af on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green20.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow29.1%
Key (black)3.1%
Color previews
#f735af text on a black background
contrast 6.08:1
Card sample
#f735af text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f735af;
Background color
Panel with #f735af background
background-color: #f735af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f735af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f735af; background: linear-gradient(135deg, #f735af, #F73C35);