#ff563f
a balanced, electric red · warm · closest name: tomato
RGB
255, 86, 63
HSL
7°, 100%, 62%
CMYK
0, 66, 75, 0
Luminance
0.2827
Every format
| HEX | #ff563f |
| RGB | rgb(255, 86, 63) |
| HSL | hsl(7, 100%, 62%) |
| CMYK | cmyk(0%, 66%, 75%, 0%) |
| LAB | lab(60.1 62.9 48.3) |
| LCH | lch(60.1 79.3 37.6) |
| OKLCH | oklch(0.680 0.209 30.8) |
Copy-ready code
/* CSS */
color: #ff563f;
background-color: #ff563f;
/* Tailwind (arbitrary) */
class="text-[#ff563f] bg-[#ff563f]"
/* SCSS */
$brand: #ff563f;
/* SwiftUI */
Color(red: 1.000, green: 0.337, blue: 0.247)
/* Android */
Color.parseColor("#ff563f")Accessibility — WCAG contrast
Aa
#ff563f on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff563f on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow75.3%
Key (black)0.0%
Color previews
#ff563f text on a black background
contrast 6.65:1
Card sample
#ff563f text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff563f;
Background color
Panel with #ff563f background
background-color: #ff563f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff563f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 86, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 86, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff563f; background: linear-gradient(135deg, #ff563f, #FFD63F);