#f25f4f
a balanced, electric red · warm · closest name: tomato
RGB
242, 95, 79
HSL
6°, 86%, 63%
CMYK
0, 61, 67, 5
Luminance
0.2763
Every format
| HEX | #f25f4f |
| RGB | rgb(242, 95, 79) |
| HSL | hsl(6, 86%, 63%) |
| CMYK | cmyk(0%, 61%, 67%, 5%) |
| LAB | lab(59.5 55.5 38.5) |
| LCH | lch(59.5 67.6 34.7) |
| OKLCH | oklch(0.673 0.184 29.0) |
Copy-ready code
/* CSS */
color: #f25f4f;
background-color: #f25f4f;
/* Tailwind (arbitrary) */
class="text-[#f25f4f] bg-[#f25f4f]"
/* SCSS */
$brand: #f25f4f;
/* SwiftUI */
Color(red: 0.949, green: 0.373, blue: 0.310)
/* Android */
Color.parseColor("#f25f4f")Accessibility — WCAG contrast
Aa
#f25f4f on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f25f4f on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green37.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow67.4%
Key (black)5.1%
Color previews
#f25f4f text on a black background
contrast 6.53:1
Card sample
#f25f4f text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25f4f;
Background color
Panel with #f25f4f background
background-color: #f25f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 95, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 95, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25f4f; background: linear-gradient(135deg, #f25f4f, #F2CC4F);