#f56548
a balanced, electric red · warm · closest name: tomato
RGB
245, 101, 72
HSL
10°, 90%, 62%
CMYK
0, 59, 71, 4
Luminance
0.2919
Every format
| HEX | #f56548 |
| RGB | rgb(245, 101, 72) |
| HSL | hsl(10, 90%, 62%) |
| CMYK | cmyk(0%, 59%, 71%, 4%) |
| LAB | lab(61.0 53.6 44.0) |
| LCH | lch(61.0 69.4 39.4) |
| OKLCH | oklch(0.684 0.183 33.2) |
Copy-ready code
/* CSS */
color: #f56548;
background-color: #f56548;
/* Tailwind (arbitrary) */
class="text-[#f56548] bg-[#f56548]"
/* SCSS */
$brand: #f56548;
/* SwiftUI */
Color(red: 0.961, green: 0.396, blue: 0.282)
/* Android */
Color.parseColor("#f56548")Accessibility — WCAG contrast
Aa
#f56548 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f56548 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green39.6%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow70.6%
Key (black)3.9%
Color previews
#f56548 text on a black background
contrast 6.84:1
Card sample
#f56548 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56548;
Background color
Panel with #f56548 background
background-color: #f56548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 101, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 101, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56548; background: linear-gradient(135deg, #f56548, #F5D848);