#ff562c
a balanced, electric red · warm · closest name: tomato
RGB
255, 86, 44
HSL
12°, 100%, 59%
CMYK
0, 66, 83, 0
Luminance
0.2810
Every format
| HEX | #ff562c |
| RGB | rgb(255, 86, 44) |
| HSL | hsl(12, 100%, 59%) |
| CMYK | cmyk(0%, 66%, 83%, 0%) |
| LAB | lab(60.0 62.3 57.4) |
| LCH | lch(60.0 84.7 42.6) |
| OKLCH | oklch(0.679 0.212 34.7) |
Copy-ready code
/* CSS */
color: #ff562c;
background-color: #ff562c;
/* Tailwind (arbitrary) */
class="text-[#ff562c] bg-[#ff562c]"
/* SCSS */
$brand: #ff562c;
/* SwiftUI */
Color(red: 1.000, green: 0.337, blue: 0.173)
/* Android */
Color.parseColor("#ff562c")Accessibility — WCAG contrast
Aa
#ff562c on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff562c on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow82.7%
Key (black)0.0%
Color previews
#ff562c text on a black background
contrast 6.62:1
Card sample
#ff562c text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff562c;
Background color
Panel with #ff562c background
background-color: #ff562c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff562c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 86, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 86, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff562c; background: linear-gradient(135deg, #ff562c, #FFE22C);