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