#f34dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 77, 191
HSL
319°, 87%, 63%
CMYK
0, 68, 21, 5
Luminance
0.2812
Every format
| HEX | #f34dbf |
| RGB | rgb(243, 77, 191) |
| HSL | hsl(319, 87%, 63%) |
| CMYK | cmyk(0%, 68%, 21%, 5%) |
| LAB | lab(60.0 73.4 -25.4) |
| LCH | lch(60.0 77.7 340.9) |
| OKLCH | oklch(0.686 0.231 342.8) |
Copy-ready code
/* CSS */
color: #f34dbf;
background-color: #f34dbf;
/* Tailwind (arbitrary) */
class="text-[#f34dbf] bg-[#f34dbf]"
/* SCSS */
$brand: #f34dbf;
/* SwiftUI */
Color(red: 0.953, green: 0.302, blue: 0.749)
/* Android */
Color.parseColor("#f34dbf")Accessibility — WCAG contrast
Aa
#f34dbf on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f34dbf on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green30.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow21.4%
Key (black)4.7%
Color previews
#f34dbf text on a black background
contrast 6.62:1
Card sample
#f34dbf text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34dbf;
Background color
Panel with #f34dbf background
background-color: #f34dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 77, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 77, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34dbf; background: linear-gradient(135deg, #f34dbf, #F34D50);