#ff341c
a balanced, electric red · warm · closest name: red
RGB
255, 52, 28
HSL
6°, 100%, 56%
CMYK
0, 80, 89, 0
Luminance
0.2380
Every format
| HEX | #ff341c |
| RGB | rgb(255, 52, 28) |
| HSL | hsl(6, 100%, 56%) |
| CMYK | cmyk(0%, 80%, 89%, 0%) |
| LAB | lab(55.9 73.0 60.7) |
| LCH | lch(55.9 94.9 39.7) |
| OKLCH | oklch(0.648 0.239 30.7) |
Copy-ready code
/* CSS */
color: #ff341c;
background-color: #ff341c;
/* Tailwind (arbitrary) */
class="text-[#ff341c] bg-[#ff341c]"
/* SCSS */
$brand: #ff341c;
/* SwiftUI */
Color(red: 1.000, green: 0.204, blue: 0.110)
/* Android */
Color.parseColor("#ff341c")Accessibility — WCAG contrast
Aa
#ff341c on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff341c on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.4%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow89.0%
Key (black)0.0%
Color previews
#ff341c text on a black background
contrast 5.76:1
Card sample
#ff341c text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff341c;
Background color
Panel with #ff341c background
background-color: #ff341c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff341c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 52, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 52, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff341c; background: linear-gradient(135deg, #ff341c, #FFCB1C);