#f34613
a balanced, electric red · warm · closest name: red
RGB
243, 70, 19
HSL
14°, 90%, 51%
CMYK
0, 71, 92, 5
Luminance
0.2348
Every format
| HEX | #f34613 |
| RGB | rgb(243, 70, 19) |
| HSL | hsl(14, 90%, 51%) |
| CMYK | cmyk(0%, 71%, 92%, 5%) |
| LAB | lab(55.6 63.9 62.5) |
| LCH | lch(55.6 89.4 44.3) |
| OKLCH | oklch(0.641 0.216 35.1) |
Copy-ready code
/* CSS */
color: #f34613;
background-color: #f34613;
/* Tailwind (arbitrary) */
class="text-[#f34613] bg-[#f34613]"
/* SCSS */
$brand: #f34613;
/* SwiftUI */
Color(red: 0.953, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#f34613")Accessibility — WCAG contrast
Aa
#f34613 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f34613 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green27.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow92.2%
Key (black)4.7%
Color previews
#f34613 text on a black background
contrast 5.70:1
Card sample
#f34613 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34613;
Background color
Panel with #f34613 background
background-color: #f34613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34613; background: linear-gradient(135deg, #f34613, #F3DB13);