#f35546
a balanced, electric red · warm · closest name: tomato
RGB
243, 85, 70
HSL
5°, 88%, 61%
CMYK
0, 65, 71, 5
Luminance
0.2599
Every format
| HEX | #f35546 |
| RGB | rgb(243, 85, 70) |
| HSL | hsl(5, 88%, 61%) |
| CMYK | cmyk(0%, 65%, 71%, 5%) |
| LAB | lab(58.0 59.6 41.7) |
| LCH | lch(58.0 72.8 35.0) |
| OKLCH | oklch(0.661 0.196 28.9) |
Copy-ready code
/* CSS */
color: #f35546;
background-color: #f35546;
/* Tailwind (arbitrary) */
class="text-[#f35546] bg-[#f35546]"
/* SCSS */
$brand: #f35546;
/* SwiftUI */
Color(red: 0.953, green: 0.333, blue: 0.275)
/* Android */
Color.parseColor("#f35546")Accessibility — WCAG contrast
Aa
#f35546 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f35546 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green33.3%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow71.2%
Key (black)4.7%
Color previews
#f35546 text on a black background
contrast 6.20:1
Card sample
#f35546 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35546;
Background color
Panel with #f35546 background
background-color: #f35546;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35546;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 85, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 85, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35546; background: linear-gradient(135deg, #f35546, #F3C846);