#f352af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 82, 175
HSL
325°, 87%, 64%
CMYK
0, 66, 28, 5
Luminance
0.2818
Every format
| HEX | #f352af |
| RGB | rgb(243, 82, 175) |
| HSL | hsl(325, 87%, 64%) |
| CMYK | cmyk(0%, 66%, 28%, 5%) |
| LAB | lab(60.1 69.5 -16.1) |
| LCH | lch(60.1 71.4 346.9) |
| OKLCH | oklch(0.684 0.215 348.7) |
Copy-ready code
/* CSS */
color: #f352af;
background-color: #f352af;
/* Tailwind (arbitrary) */
class="text-[#f352af] bg-[#f352af]"
/* SCSS */
$brand: #f352af;
/* SwiftUI */
Color(red: 0.953, green: 0.322, blue: 0.686)
/* Android */
Color.parseColor("#f352af")Accessibility — WCAG contrast
Aa
#f352af on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f352af on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green32.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow28.0%
Key (black)4.7%
Color previews
#f352af text on a black background
contrast 6.64:1
Card sample
#f352af text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f352af;
Background color
Panel with #f352af background
background-color: #f352af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f352af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 82, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 82, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f352af; background: linear-gradient(135deg, #f352af, #F36052);