#f25035
a balanced, electric red · warm · closest name: tomato
RGB
242, 80, 53
HSL
9°, 88%, 58%
CMYK
0, 67, 78, 5
Luminance
0.2487
Every format
| HEX | #f25035 |
| RGB | rgb(242, 80, 53) |
| HSL | hsl(9, 88%, 58%) |
| CMYK | cmyk(0%, 67%, 78%, 5%) |
| LAB | lab(57.0 60.6 49.4) |
| LCH | lch(57.0 78.3 39.2) |
| OKLCH | oklch(0.652 0.203 32.0) |
Copy-ready code
/* CSS */
color: #f25035;
background-color: #f25035;
/* Tailwind (arbitrary) */
class="text-[#f25035] bg-[#f25035]"
/* SCSS */
$brand: #f25035;
/* SwiftUI */
Color(red: 0.949, green: 0.314, blue: 0.208)
/* Android */
Color.parseColor("#f25035")Accessibility — WCAG contrast
Aa
#f25035 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f25035 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green31.4%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta66.9%
Yellow78.1%
Key (black)5.1%
Color previews
#f25035 text on a black background
contrast 5.97:1
Card sample
#f25035 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25035;
Background color
Panel with #f25035 background
background-color: #f25035;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25035;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 80, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 80, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25035; background: linear-gradient(135deg, #f25035, #F2CE35);