#ff7253
a light, electric red · warm · closest name: tomato
RGB
255, 114, 83
HSL
11°, 100%, 66%
CMYK
0, 55, 68, 0
Luminance
0.3392
Every format
| HEX | #ff7253 |
| RGB | rgb(255, 114, 83) |
| HSL | hsl(11, 100%, 66%) |
| CMYK | cmyk(0%, 55%, 68%, 0%) |
| LAB | lab(64.9 51.7 43.2) |
| LCH | lch(64.9 67.4 39.9) |
| OKLCH | oklch(0.717 0.179 33.9) |
Copy-ready code
/* CSS */
color: #ff7253;
background-color: #ff7253;
/* Tailwind (arbitrary) */
class="text-[#ff7253] bg-[#ff7253]"
/* SCSS */
$brand: #ff7253;
/* SwiftUI */
Color(red: 1.000, green: 0.447, blue: 0.325)
/* Android */
Color.parseColor("#ff7253")Accessibility — WCAG contrast
Aa
#ff7253 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7253 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow67.5%
Key (black)0.0%
Color previews
#ff7253 text on a black background
contrast 7.78:1
Card sample
#ff7253 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7253;
Background color
Panel with #ff7253 background
background-color: #ff7253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 114, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 114, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7253; background: linear-gradient(135deg, #ff7253, #FFE553);