#f34dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 77, 187
HSL
320°, 87%, 63%
CMYK
0, 68, 23, 5
Luminance
0.2795
Every format
| HEX | #f34dbb |
| RGB | rgb(243, 77, 187) |
| HSL | hsl(320, 87%, 63%) |
| CMYK | cmyk(0%, 68%, 23%, 5%) |
| LAB | lab(59.9 72.9 -23.4) |
| LCH | lch(59.9 76.5 342.2) |
| OKLCH | oklch(0.684 0.228 344.2) |
Copy-ready code
/* CSS */
color: #f34dbb;
background-color: #f34dbb;
/* Tailwind (arbitrary) */
class="text-[#f34dbb] bg-[#f34dbb]"
/* SCSS */
$brand: #f34dbb;
/* SwiftUI */
Color(red: 0.953, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#f34dbb")Accessibility — WCAG contrast
Aa
#f34dbb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f34dbb on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green30.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow23.0%
Key (black)4.7%
Color previews
#f34dbb text on a black background
contrast 6.59:1
Card sample
#f34dbb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34dbb;
Background color
Panel with #f34dbb background
background-color: #f34dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34dbb; background: linear-gradient(135deg, #f34dbb, #F34D4D);