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