#ff334e
a balanced, electric red · warm · closest name: crimson
RGB
255, 51, 78
HSL
352°, 100%, 60%
CMYK
0, 80, 69, 0
Luminance
0.2418
Every format
| HEX | #ff334e |
| RGB | rgb(255, 51, 78) |
| HSL | hsl(352, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 69%, 0%) |
| LAB | lab(56.3 74.7 35.7) |
| LCH | lch(56.3 82.8 25.5) |
| OKLCH | oklch(0.652 0.235 20.5) |
Copy-ready code
/* CSS */
color: #ff334e;
background-color: #ff334e;
/* Tailwind (arbitrary) */
class="text-[#ff334e] bg-[#ff334e]"
/* SCSS */
$brand: #ff334e;
/* SwiftUI */
Color(red: 1.000, green: 0.200, blue: 0.306)
/* Android */
Color.parseColor("#ff334e")Accessibility — WCAG contrast
Aa
#ff334e on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff334e on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.0%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow69.4%
Key (black)0.0%
Color previews
#ff334e text on a black background
contrast 5.84:1
Card sample
#ff334e text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff334e;
Background color
Panel with #ff334e background
background-color: #ff334e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff334e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 51, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 51, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff334e; background: linear-gradient(135deg, #ff334e, #FFA033);