#f733df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 51, 223
HSL
307°, 93%, 58%
CMYK
0, 79, 10, 3
Luminance
0.2747
Every format
| HEX | #f733df |
| RGB | rgb(247, 51, 223) |
| HSL | hsl(307, 93%, 58%) |
| CMYK | cmyk(0%, 79%, 10%, 3%) |
| LAB | lab(59.4 86.1 -44.5) |
| LCH | lch(59.4 97.0 332.7) |
| OKLCH | oklch(0.687 0.279 334.0) |
Copy-ready code
/* CSS */
color: #f733df;
background-color: #f733df;
/* Tailwind (arbitrary) */
class="text-[#f733df] bg-[#f733df]"
/* SCSS */
$brand: #f733df;
/* SwiftUI */
Color(red: 0.969, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#f733df")Accessibility — WCAG contrast
Aa
#f733df on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f733df on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green20.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow9.7%
Key (black)3.1%
Color previews
#f733df text on a black background
contrast 6.49:1
Card sample
#f733df text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f733df;
Background color
Panel with #f733df background
background-color: #f733df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f733df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f733df; background: linear-gradient(135deg, #f733df, #F7335C);