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