#ff522f
a balanced, electric red · warm · closest name: tomato
RGB
255, 82, 47
HSL
10°, 100%, 59%
CMYK
0, 68, 82, 0
Luminance
0.2750
Every format
| HEX | #ff522f |
| RGB | rgb(255, 82, 47) |
| HSL | hsl(10, 100%, 59%) |
| CMYK | cmyk(0%, 68%, 82%, 0%) |
| LAB | lab(59.4 63.9 55.5) |
| LCH | lch(59.4 84.6 41.0) |
| OKLCH | oklch(0.675 0.215 33.2) |
Copy-ready code
/* CSS */
color: #ff522f;
background-color: #ff522f;
/* Tailwind (arbitrary) */
class="text-[#ff522f] bg-[#ff522f]"
/* SCSS */
$brand: #ff522f;
/* SwiftUI */
Color(red: 1.000, green: 0.322, blue: 0.184)
/* Android */
Color.parseColor("#ff522f")Accessibility — WCAG contrast
Aa
#ff522f on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff522f on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta67.8%
Yellow81.6%
Key (black)0.0%
Color previews
#ff522f text on a black background
contrast 6.50:1
Card sample
#ff522f text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff522f;
Background color
Panel with #ff522f background
background-color: #ff522f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff522f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 82, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 82, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff522f; background: linear-gradient(135deg, #ff522f, #FFDD2F);