#ff700a
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 112, 10
HSL
25°, 100%, 52%
CMYK
0, 56, 96, 0
Luminance
0.3287
Every format
| HEX | #ff700a |
| RGB | rgb(255, 112, 10) |
| HSL | hsl(25, 100%, 52%) |
| CMYK | cmyk(0%, 56%, 96%, 0%) |
| LAB | lab(64.1 50.6 70.7) |
| LCH | lch(64.1 86.9 54.4) |
| OKLCH | oklch(0.709 0.196 46.3) |
Copy-ready code
/* CSS */
color: #ff700a;
background-color: #ff700a;
/* Tailwind (arbitrary) */
class="text-[#ff700a] bg-[#ff700a]"
/* SCSS */
$brand: #ff700a;
/* SwiftUI */
Color(red: 1.000, green: 0.439, blue: 0.039)
/* Android */
Color.parseColor("#ff700a")Accessibility — WCAG contrast
Aa
#ff700a on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff700a on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.9%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow96.1%
Key (black)0.0%
Color previews
#ff700a text on a black background
contrast 7.57:1
Card sample
#ff700a text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff700a;
Background color
Panel with #ff700a background
background-color: #ff700a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff700a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 112, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 112, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff700a; background: linear-gradient(135deg, #ff700a, #EBFF0A);