#ff7718
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 119, 24
HSL
25°, 100%, 55%
CMYK
0, 53, 91, 0
Luminance
0.3452
Every format
| HEX | #ff7718 |
| RGB | rgb(255, 119, 24) |
| HSL | hsl(25, 100%, 55%) |
| CMYK | cmyk(0%, 53%, 91%, 0%) |
| LAB | lab(65.4 47.4 68.7) |
| LCH | lch(65.4 83.5 55.4) |
| OKLCH | oklch(0.719 0.189 47.9) |
Copy-ready code
/* CSS */
color: #ff7718;
background-color: #ff7718;
/* Tailwind (arbitrary) */
class="text-[#ff7718] bg-[#ff7718]"
/* SCSS */
$brand: #ff7718;
/* SwiftUI */
Color(red: 1.000, green: 0.467, blue: 0.094)
/* Android */
Color.parseColor("#ff7718")Accessibility — WCAG contrast
Aa
#ff7718 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7718 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.7%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow90.6%
Key (black)0.0%
Color previews
#ff7718 text on a black background
contrast 7.90:1
Card sample
#ff7718 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7718;
Background color
Panel with #ff7718 background
background-color: #ff7718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 119, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 119, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7718; background: linear-gradient(135deg, #ff7718, #EDFF18);