#ff503c
a balanced, electric red · warm · closest name: tomato
RGB
255, 80, 60
HSL
6°, 100%, 62%
CMYK
0, 69, 77, 0
Luminance
0.2732
Every format
| HEX | #ff503c |
| RGB | rgb(255, 80, 60) |
| HSL | hsl(6, 100%, 62%) |
| CMYK | cmyk(0%, 69%, 77%, 0%) |
| LAB | lab(59.3 65.0 49.0) |
| LCH | lch(59.3 81.4 37.0) |
| OKLCH | oklch(0.674 0.214 30.1) |
Copy-ready code
/* CSS */
color: #ff503c;
background-color: #ff503c;
/* Tailwind (arbitrary) */
class="text-[#ff503c] bg-[#ff503c]"
/* SCSS */
$brand: #ff503c;
/* SwiftUI */
Color(red: 1.000, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#ff503c")Accessibility — WCAG contrast
Aa
#ff503c on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff503c on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow76.5%
Key (black)0.0%
Color previews
#ff503c text on a black background
contrast 6.46:1
Card sample
#ff503c text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff503c;
Background color
Panel with #ff503c background
background-color: #ff503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff503c; background: linear-gradient(135deg, #ff503c, #FFD23C);