#ff413b
a balanced, electric red · warm · closest name: tomato
RGB
255, 65, 59
HSL
2°, 100%, 62%
CMYK
0, 75, 77, 0
Luminance
0.2536
Every format
| HEX | #ff413b |
| RGB | rgb(255, 65, 59) |
| HSL | hsl(2, 100%, 62%) |
| CMYK | cmyk(0%, 75%, 77%, 0%) |
| LAB | lab(57.4 70.1 47.6) |
| LCH | lch(57.4 84.7 34.2) |
| OKLCH | oklch(0.660 0.227 27.4) |
Copy-ready code
/* CSS */
color: #ff413b;
background-color: #ff413b;
/* Tailwind (arbitrary) */
class="text-[#ff413b] bg-[#ff413b]"
/* SCSS */
$brand: #ff413b;
/* SwiftUI */
Color(red: 1.000, green: 0.255, blue: 0.231)
/* Android */
Color.parseColor("#ff413b")Accessibility — WCAG contrast
Aa
#ff413b on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff413b on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow76.9%
Key (black)0.0%
Color previews
#ff413b text on a black background
contrast 6.07:1
Card sample
#ff413b text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff413b;
Background color
Panel with #ff413b background
background-color: #ff413b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff413b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 65, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 65, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff413b; background: linear-gradient(135deg, #ff413b, #FFC43B);