#ff3a39
a balanced, electric red · warm · closest name: tomato
RGB
255, 58, 57
HSL
0°, 100%, 61%
CMYK
0, 77, 78, 0
Luminance
0.2458
Every format
| HEX | #ff3a39 |
| RGB | rgb(255, 58, 57) |
| HSL | hsl(0, 100%, 61%) |
| CMYK | cmyk(0%, 77%, 78%, 0%) |
| LAB | lab(56.7 72.1 47.8) |
| LCH | lch(56.7 86.5 33.6) |
| OKLCH | oklch(0.654 0.232 26.7) |
Copy-ready code
/* CSS */
color: #ff3a39;
background-color: #ff3a39;
/* Tailwind (arbitrary) */
class="text-[#ff3a39] bg-[#ff3a39]"
/* SCSS */
$brand: #ff3a39;
/* SwiftUI */
Color(red: 1.000, green: 0.227, blue: 0.224)
/* Android */
Color.parseColor("#ff3a39")Accessibility — WCAG contrast
Aa
#ff3a39 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff3a39 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green22.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow77.6%
Key (black)0.0%
Color previews
#ff3a39 text on a black background
contrast 5.92:1
Card sample
#ff3a39 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3a39;
Background color
Panel with #ff3a39 background
background-color: #ff3a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 58, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 58, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3a39; background: linear-gradient(135deg, #ff3a39, #FFBE39);