#f5291b
a balanced, electric red · warm · closest name: red
RGB
245, 41, 27
HSL
4°, 92%, 53%
CMYK
0, 83, 89, 4
Luminance
0.2108
Every format
| HEX | #f5291b |
| RGB | rgb(245, 41, 27) |
| HSL | hsl(4, 92%, 53%) |
| CMYK | cmyk(0%, 83%, 89%, 4%) |
| LAB | lab(53.0 72.8 58.2) |
| LCH | lch(53.0 93.2 38.6) |
| OKLCH | oklch(0.623 0.236 29.6) |
Copy-ready code
/* CSS */
color: #f5291b;
background-color: #f5291b;
/* Tailwind (arbitrary) */
class="text-[#f5291b] bg-[#f5291b]"
/* SCSS */
$brand: #f5291b;
/* SwiftUI */
Color(red: 0.961, green: 0.161, blue: 0.106)
/* Android */
Color.parseColor("#f5291b")Accessibility — WCAG contrast
Aa
#f5291b on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f5291b on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green16.1%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow89.0%
Key (black)3.9%
Color previews
#f5291b text on a black background
contrast 5.22:1
Card sample
#f5291b text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5291b;
Background color
Panel with #f5291b background
background-color: #f5291b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5291b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 41, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 41, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5291b; background: linear-gradient(135deg, #f5291b, #F5BA1B);