#ff346c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 52, 108
HSL
343°, 100%, 60%
CMYK
0, 80, 58, 0
Luminance
0.2480
Every format
| HEX | #ff346c |
| RGB | rgb(255, 52, 108) |
| HSL | hsl(343, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 58%, 0%) |
| LAB | lab(56.9 76.0 18.8) |
| LCH | lch(56.9 78.3 13.9) |
| OKLCH | oklch(0.658 0.235 11.5) |
Copy-ready code
/* CSS */
color: #ff346c;
background-color: #ff346c;
/* Tailwind (arbitrary) */
class="text-[#ff346c] bg-[#ff346c]"
/* SCSS */
$brand: #ff346c;
/* SwiftUI */
Color(red: 1.000, green: 0.204, blue: 0.424)
/* Android */
Color.parseColor("#ff346c")Accessibility — WCAG contrast
Aa
#ff346c on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff346c on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.4%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow57.6%
Key (black)0.0%
Color previews
#ff346c text on a black background
contrast 5.96:1
Card sample
#ff346c text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff346c;
Background color
Panel with #ff346c background
background-color: #ff346c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff346c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 52, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 52, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff346c; background: linear-gradient(135deg, #ff346c, #FF8334);