#f4540c
a balanced, electric orange · warm · closest name: tomato
RGB
244, 84, 12
HSL
19°, 91%, 50%
CMYK
0, 66, 95, 4
Luminance
0.2560
Every format
| HEX | #f4540c |
| RGB | rgb(244, 84, 12) |
| HSL | hsl(19, 91%, 50%) |
| CMYK | cmyk(0%, 66%, 95%, 4%) |
| LAB | lab(57.7 58.9 65.6) |
| LCH | lch(57.7 88.1 48.1) |
| OKLCH | oklch(0.657 0.207 38.9) |
Copy-ready code
/* CSS */
color: #f4540c;
background-color: #f4540c;
/* Tailwind (arbitrary) */
class="text-[#f4540c] bg-[#f4540c]"
/* SCSS */
$brand: #f4540c;
/* SwiftUI */
Color(red: 0.957, green: 0.329, blue: 0.047)
/* Android */
Color.parseColor("#f4540c")Accessibility — WCAG contrast
Aa
#f4540c on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f4540c on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green32.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow95.1%
Key (black)4.3%
Color previews
#f4540c text on a black background
contrast 6.12:1
Card sample
#f4540c text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4540c;
Background color
Panel with #f4540c background
background-color: #f4540c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4540c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 84, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 84, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4540c; background: linear-gradient(135deg, #f4540c, #F4EF0C);