#f334f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 52, 242
HSL
300°, 89%, 58%
CMYK
0, 79, 0, 5
Luminance
0.2792
Every format
| HEX | #f334f2 |
| RGB | rgb(243, 52, 242) |
| HSL | hsl(300, 89%, 58%) |
| CMYK | cmyk(0%, 79%, 0%, 5%) |
| LAB | lab(59.8 87.8 -54.5) |
| LCH | lch(59.8 103.4 328.2) |
| OKLCH | oklch(0.692 0.289 328.4) |
Copy-ready code
/* CSS */
color: #f334f2;
background-color: #f334f2;
/* Tailwind (arbitrary) */
class="text-[#f334f2] bg-[#f334f2]"
/* SCSS */
$brand: #f334f2;
/* SwiftUI */
Color(red: 0.953, green: 0.204, blue: 0.949)
/* Android */
Color.parseColor("#f334f2")Accessibility — WCAG contrast
Aa
#f334f2 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f334f2 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green20.4%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow0.4%
Key (black)4.7%
Color previews
#f334f2 text on a black background
contrast 6.58:1
Card sample
#f334f2 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f334f2;
Background color
Panel with #f334f2 background
background-color: #f334f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f334f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 52, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 52, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f334f2; background: linear-gradient(135deg, #f334f2, #F33473);