#ff751e
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 117, 30
HSL
23°, 100%, 56%
CMYK
0, 54, 88, 0
Luminance
0.3408
Every format
| HEX | #ff751e |
| RGB | rgb(255, 117, 30) |
| HSL | hsl(23, 100%, 56%) |
| CMYK | cmyk(0%, 54%, 88%, 0%) |
| LAB | lab(65.0 48.5 66.7) |
| LCH | lch(65.0 82.5 54.0) |
| OKLCH | oklch(0.717 0.190 46.5) |
Copy-ready code
/* CSS */
color: #ff751e;
background-color: #ff751e;
/* Tailwind (arbitrary) */
class="text-[#ff751e] bg-[#ff751e]"
/* SCSS */
$brand: #ff751e;
/* SwiftUI */
Color(red: 1.000, green: 0.459, blue: 0.118)
/* Android */
Color.parseColor("#ff751e")Accessibility — WCAG contrast
Aa
#ff751e on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff751e on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.9%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow88.2%
Key (black)0.0%
Color previews
#ff751e text on a black background
contrast 7.82:1
Card sample
#ff751e text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff751e;
Background color
Panel with #ff751e background
background-color: #ff751e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff751e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 117, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 117, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff751e; background: linear-gradient(135deg, #ff751e, #F3FF1E);