#f36053
a balanced, electric red · warm · closest name: tomato
RGB
243, 96, 83
HSL
5°, 87%, 64%
CMYK
0, 61, 66, 5
Luminance
0.2804
Every format
| HEX | #f36053 |
| RGB | rgb(243, 96, 83) |
| HSL | hsl(5, 87%, 64%) |
| CMYK | cmyk(0%, 61%, 66%, 5%) |
| LAB | lab(59.9 55.7 36.8) |
| LCH | lch(59.9 66.7 33.5) |
| OKLCH | oklch(0.676 0.183 28.0) |
Copy-ready code
/* CSS */
color: #f36053;
background-color: #f36053;
/* Tailwind (arbitrary) */
class="text-[#f36053] bg-[#f36053]"
/* SCSS */
$brand: #f36053;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.325)
/* Android */
Color.parseColor("#f36053")Accessibility — WCAG contrast
Aa
#f36053 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f36053 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow65.8%
Key (black)4.7%
Color previews
#f36053 text on a black background
contrast 6.61:1
Card sample
#f36053 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36053;
Background color
Panel with #f36053 background
background-color: #f36053;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36053;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36053; background: linear-gradient(135deg, #f36053, #F3CB53);