#ff4f14
a balanced, electric orange · warm · closest name: red
RGB
255, 79, 20
HSL
15°, 100%, 54%
CMYK
0, 69, 92, 0
Luminance
0.2690
Every format
| HEX | #ff4f14 |
| RGB | rgb(255, 79, 20) |
| HSL | hsl(15, 100%, 54%) |
| CMYK | cmyk(0%, 69%, 92%, 0%) |
| LAB | lab(58.9 64.5 65.3) |
| LCH | lch(58.9 91.8 45.4) |
| OKLCH | oklch(0.670 0.221 36.2) |
Copy-ready code
/* CSS */
color: #ff4f14;
background-color: #ff4f14;
/* Tailwind (arbitrary) */
class="text-[#ff4f14] bg-[#ff4f14]"
/* SCSS */
$brand: #ff4f14;
/* SwiftUI */
Color(red: 1.000, green: 0.310, blue: 0.078)
/* Android */
Color.parseColor("#ff4f14")Accessibility — WCAG contrast
Aa
#ff4f14 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff4f14 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow92.2%
Key (black)0.0%
Color previews
#ff4f14 text on a black background
contrast 6.38:1
Card sample
#ff4f14 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4f14;
Background color
Panel with #ff4f14 background
background-color: #ff4f14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4f14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 79, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 79, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4f14; background: linear-gradient(135deg, #ff4f14, #FFEC14);