#ff7b26
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 123, 38
HSL
24°, 100%, 58%
CMYK
0, 52, 85, 0
Luminance
0.3557
Every format
| HEX | #ff7b26 |
| RGB | rgb(255, 123, 38) |
| HSL | hsl(24, 100%, 58%) |
| CMYK | cmyk(0%, 52%, 85%, 0%) |
| LAB | lab(66.2 45.8 65.0) |
| LCH | lch(66.2 79.5 54.9) |
| OKLCH | oklch(0.726 0.184 47.9) |
Copy-ready code
/* CSS */
color: #ff7b26;
background-color: #ff7b26;
/* Tailwind (arbitrary) */
class="text-[#ff7b26] bg-[#ff7b26]"
/* SCSS */
$brand: #ff7b26;
/* SwiftUI */
Color(red: 1.000, green: 0.482, blue: 0.149)
/* Android */
Color.parseColor("#ff7b26")Accessibility — WCAG contrast
Aa
#ff7b26 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7b26 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green48.2%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow85.1%
Key (black)0.0%
Color previews
#ff7b26 text on a black background
contrast 8.11:1
Card sample
#ff7b26 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7b26;
Background color
Panel with #ff7b26 background
background-color: #ff7b26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7b26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 123, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 123, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7b26; background: linear-gradient(135deg, #ff7b26, #F2FF26);