#f35239
a balanced, electric red · warm · closest name: tomato
RGB
243, 82, 57
HSL
8°, 89%, 59%
CMYK
0, 66, 77, 5
Luminance
0.2538
Every format
| HEX | #f35239 |
| RGB | rgb(243, 82, 57) |
| HSL | hsl(8, 89%, 59%) |
| CMYK | cmyk(0%, 66%, 77%, 5%) |
| LAB | lab(57.5 60.3 48.0) |
| LCH | lch(57.5 77.1 38.5) |
| OKLCH | oklch(0.656 0.201 31.5) |
Copy-ready code
/* CSS */
color: #f35239;
background-color: #f35239;
/* Tailwind (arbitrary) */
class="text-[#f35239] bg-[#f35239]"
/* SCSS */
$brand: #f35239;
/* SwiftUI */
Color(red: 0.953, green: 0.322, blue: 0.224)
/* Android */
Color.parseColor("#f35239")Accessibility — WCAG contrast
Aa
#f35239 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f35239 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green32.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow76.5%
Key (black)4.7%
Color previews
#f35239 text on a black background
contrast 6.08:1
Card sample
#f35239 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35239;
Background color
Panel with #f35239 background
background-color: #f35239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 82, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 82, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35239; background: linear-gradient(135deg, #f35239, #F3CE39);