#ff523c
a balanced, electric red · warm · closest name: tomato
RGB
255, 82, 60
HSL
7°, 100%, 62%
CMYK
0, 68, 77, 0
Luminance
0.2762
Every format
| HEX | #ff523c |
| RGB | rgb(255, 82, 60) |
| HSL | hsl(7, 100%, 62%) |
| CMYK | cmyk(0%, 68%, 77%, 0%) |
| LAB | lab(59.5 64.3 49.3) |
| LCH | lch(59.5 81.0 37.5) |
| OKLCH | oklch(0.676 0.213 30.5) |
Copy-ready code
/* CSS */
color: #ff523c;
background-color: #ff523c;
/* Tailwind (arbitrary) */
class="text-[#ff523c] bg-[#ff523c]"
/* SCSS */
$brand: #ff523c;
/* SwiftUI */
Color(red: 1.000, green: 0.322, blue: 0.235)
/* Android */
Color.parseColor("#ff523c")Accessibility — WCAG contrast
Aa
#ff523c on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff523c on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta67.8%
Yellow76.5%
Key (black)0.0%
Color previews
#ff523c text on a black background
contrast 6.52:1
Card sample
#ff523c text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff523c;
Background color
Panel with #ff523c background
background-color: #ff523c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff523c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 82, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 82, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff523c; background: linear-gradient(135deg, #ff523c, #FFD43C);