#f45430
a balanced, electric red · warm · closest name: tomato
RGB
244, 84, 48
HSL
11°, 90%, 57%
CMYK
0, 66, 80, 4
Luminance
0.2579
Every format
| HEX | #f45430 |
| RGB | rgb(244, 84, 48) |
| HSL | hsl(11, 90%, 57%) |
| CMYK | cmyk(0%, 66%, 80%, 4%) |
| LAB | lab(57.8 59.6 52.9) |
| LCH | lch(57.8 79.7 41.6) |
| OKLCH | oklch(0.659 0.202 34.1) |
Copy-ready code
/* CSS */
color: #f45430;
background-color: #f45430;
/* Tailwind (arbitrary) */
class="text-[#f45430] bg-[#f45430]"
/* SCSS */
$brand: #f45430;
/* SwiftUI */
Color(red: 0.957, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#f45430")Accessibility — WCAG contrast
Aa
#f45430 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f45430 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow80.3%
Key (black)4.3%
Color previews
#f45430 text on a black background
contrast 6.16:1
Card sample
#f45430 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45430;
Background color
Panel with #f45430 background
background-color: #f45430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45430; background: linear-gradient(135deg, #f45430, #F4D730);