#ff701b
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 112, 27
HSL
22°, 100%, 55%
CMYK
0, 56, 89, 0
Luminance
0.3293
Every format
| HEX | #ff701b |
| RGB | rgb(255, 112, 27) |
| HSL | hsl(22, 100%, 55%) |
| CMYK | cmyk(0%, 56%, 89%, 0%) |
| LAB | lab(64.1 50.8 67.0) |
| LCH | lch(64.1 84.0 52.8) |
| OKLCH | oklch(0.710 0.194 45.0) |
Copy-ready code
/* CSS */
color: #ff701b;
background-color: #ff701b;
/* Tailwind (arbitrary) */
class="text-[#ff701b] bg-[#ff701b]"
/* SCSS */
$brand: #ff701b;
/* SwiftUI */
Color(red: 1.000, green: 0.439, blue: 0.106)
/* Android */
Color.parseColor("#ff701b")Accessibility — WCAG contrast
Aa
#ff701b on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff701b on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.9%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow89.4%
Key (black)0.0%
Color previews
#ff701b text on a black background
contrast 7.59:1
Card sample
#ff701b text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff701b;
Background color
Panel with #ff701b background
background-color: #ff701b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff701b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 112, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 112, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff701b; background: linear-gradient(135deg, #ff701b, #F6FF1B);