#ff7e00
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 126, 0
HSL
30°, 100%, 50%
CMYK
0, 51, 100, 0
Luminance
0.3618
Every format
| HEX | #ff7e00 |
| RGB | rgb(255, 126, 0) |
| HSL | hsl(30, 100%, 50%) |
| CMYK | cmyk(0%, 51%, 100%, 0%) |
| LAB | lab(66.7 43.8 73.8) |
| LCH | lch(66.7 85.8 59.3) |
| OKLCH | oklch(0.729 0.187 52.2) |
Copy-ready code
/* CSS */
color: #ff7e00;
background-color: #ff7e00;
/* Tailwind (arbitrary) */
class="text-[#ff7e00] bg-[#ff7e00]"
/* SCSS */
$brand: #ff7e00;
/* SwiftUI */
Color(red: 1.000, green: 0.494, blue: 0.000)
/* Android */
Color.parseColor("#ff7e00")Accessibility — WCAG contrast
Aa
#ff7e00 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7e00 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow100.0%
Key (black)0.0%
Color previews
#ff7e00 text on a black background
contrast 8.24:1
Card sample
#ff7e00 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7e00;
Background color
Panel with #ff7e00 background
background-color: #ff7e00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7e00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 126, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 126, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7e00; background: linear-gradient(135deg, #ff7e00, #D6FF00);