#f34ade
a balanced, electric magenta / pink · warm · closest name: violet
RGB
243, 74, 222
HSL
308°, 88%, 62%
CMYK
0, 70, 9, 5
Luminance
0.2923
Every format
| HEX | #f34ade |
| RGB | rgb(243, 74, 222) |
| HSL | hsl(308, 88%, 62%) |
| CMYK | cmyk(0%, 70%, 9%, 5%) |
| LAB | lab(61.0 78.7 -41.5) |
| LCH | lch(61.0 88.9 332.2) |
| OKLCH | oklch(0.697 0.254 333.4) |
Copy-ready code
/* CSS */
color: #f34ade;
background-color: #f34ade;
/* Tailwind (arbitrary) */
class="text-[#f34ade] bg-[#f34ade]"
/* SCSS */
$brand: #f34ade;
/* SwiftUI */
Color(red: 0.953, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#f34ade")Accessibility — WCAG contrast
Aa
#f34ade on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f34ade on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green29.0%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow8.6%
Key (black)4.7%
Color previews
#f34ade text on a black background
contrast 6.85:1
Card sample
#f34ade text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34ade;
Background color
Panel with #f34ade background
background-color: #f34ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34ade; background: linear-gradient(135deg, #f34ade, #F34A6D);