#f752da
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 82, 218
HSL
311°, 91%, 65%
CMYK
0, 67, 12, 3
Luminance
0.3087
Every format
| HEX | #f752da |
| RGB | rgb(247, 82, 218) |
| HSL | hsl(311, 91%, 65%) |
| CMYK | cmyk(0%, 67%, 12%, 3%) |
| LAB | lab(62.4 76.3 -37.0) |
| LCH | lch(62.4 84.7 334.1) |
| OKLCH | oklch(0.708 0.244 335.7) |
Copy-ready code
/* CSS */
color: #f752da;
background-color: #f752da;
/* Tailwind (arbitrary) */
class="text-[#f752da] bg-[#f752da]"
/* SCSS */
$brand: #f752da;
/* SwiftUI */
Color(red: 0.969, green: 0.322, blue: 0.855)
/* Android */
Color.parseColor("#f752da")Accessibility — WCAG contrast
Aa
#f752da on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f752da on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green32.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow11.7%
Key (black)3.1%
Color previews
#f752da text on a black background
contrast 7.17:1
Card sample
#f752da text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f752da;
Background color
Panel with #f752da background
background-color: #f752da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f752da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 82, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 82, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f752da; background: linear-gradient(135deg, #f752da, #F7526C);