#ff7613
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 118, 19
HSL
25°, 100%, 54%
CMYK
0, 54, 93, 0
Luminance
0.3426
Every format
| HEX | #ff7613 |
| RGB | rgb(255, 118, 19) |
| HSL | hsl(25, 100%, 54%) |
| CMYK | cmyk(0%, 54%, 93%, 0%) |
| LAB | lab(65.2 47.8 69.7) |
| LCH | lch(65.2 84.6 55.6) |
| OKLCH | oklch(0.718 0.191 47.9) |
Copy-ready code
/* CSS */
color: #ff7613;
background-color: #ff7613;
/* Tailwind (arbitrary) */
class="text-[#ff7613] bg-[#ff7613]"
/* SCSS */
$brand: #ff7613;
/* SwiftUI */
Color(red: 1.000, green: 0.463, blue: 0.075)
/* Android */
Color.parseColor("#ff7613")Accessibility — WCAG contrast
Aa
#ff7613 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7613 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow92.5%
Key (black)0.0%
Color previews
#ff7613 text on a black background
contrast 7.85:1
Card sample
#ff7613 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7613;
Background color
Panel with #ff7613 background
background-color: #ff7613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 118, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 118, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7613; background: linear-gradient(135deg, #ff7613, #EBFF13);