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