#ff970d
a balanced, electric orange · warm · closest name: orange
RGB
255, 151, 13
HSL
34°, 100%, 53%
CMYK
0, 41, 95, 0
Luminance
0.4342
Every format
| HEX | #ff970d |
| RGB | rgb(255, 151, 13) |
| HSL | hsl(34, 100%, 53%) |
| CMYK | cmyk(0%, 41%, 95%, 0%) |
| LAB | lab(71.8 31.3 75.3) |
| LCH | lch(71.8 81.6 67.4) |
| OKLCH | oklch(0.769 0.173 63.0) |
Copy-ready code
/* CSS */
color: #ff970d;
background-color: #ff970d;
/* Tailwind (arbitrary) */
class="text-[#ff970d] bg-[#ff970d]"
/* SCSS */
$brand: #ff970d;
/* SwiftUI */
Color(red: 1.000, green: 0.592, blue: 0.051)
/* Android */
Color.parseColor("#ff970d")Accessibility — WCAG contrast
Aa
#ff970d on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff970d on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow94.9%
Key (black)0.0%
Color previews
#ff970d text on a black background
contrast 9.68:1
Card sample
#ff970d text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff970d;
Background color
Panel with #ff970d background
background-color: #ff970d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff970d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 151, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 151, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff970d; background: linear-gradient(135deg, #ff970d, #C6FF0D);