#f54d13
a balanced, electric orange · warm · closest name: tomato
RGB
245, 77, 19
HSL
15°, 92%, 52%
CMYK
0, 69, 92, 4
Luminance
0.2477
Every format
| HEX | #f54d13 |
| RGB | rgb(245, 77, 19) |
| HSL | hsl(15, 92%, 52%) |
| CMYK | cmyk(0%, 69%, 92%, 4%) |
| LAB | lab(56.9 62.0 63.5) |
| LCH | lch(56.9 88.7 45.7) |
| OKLCH | oklch(0.652 0.213 36.5) |
Copy-ready code
/* CSS */
color: #f54d13;
background-color: #f54d13;
/* Tailwind (arbitrary) */
class="text-[#f54d13] bg-[#f54d13]"
/* SCSS */
$brand: #f54d13;
/* SwiftUI */
Color(red: 0.961, green: 0.302, blue: 0.075)
/* Android */
Color.parseColor("#f54d13")Accessibility — WCAG contrast
Aa
#f54d13 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f54d13 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green30.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow92.2%
Key (black)3.9%
Color previews
#f54d13 text on a black background
contrast 5.95:1
Card sample
#f54d13 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f54d13;
Background color
Panel with #f54d13 background
background-color: #f54d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f54d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 77, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 77, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f54d13; background: linear-gradient(135deg, #f54d13, #F5E413);