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