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