#ffa720
a balanced, electric orange · warm · closest name: orange
RGB
255, 167, 32
HSL
36°, 100%, 56%
CMYK
0, 35, 88, 0
Luminance
0.4900
Every format
| HEX | #ffa720 |
| RGB | rgb(255, 167, 32) |
| HSL | hsl(36, 100%, 56%) |
| CMYK | cmyk(0%, 35%, 88%, 0%) |
| LAB | lab(75.5 23.3 74.2) |
| LCH | lch(75.5 77.8 72.6) |
| OKLCH | oklch(0.797 0.166 70.2) |
Copy-ready code
/* CSS */
color: #ffa720;
background-color: #ffa720;
/* Tailwind (arbitrary) */
class="text-[#ffa720] bg-[#ffa720]"
/* SCSS */
$brand: #ffa720;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#ffa720")Accessibility — WCAG contrast
Aa
#ffa720 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa720 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow87.5%
Key (black)0.0%
Color previews
#ffa720 text on a black background
contrast 10.80:1
Card sample
#ffa720 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa720;
Background color
Panel with #ffa720 background
background-color: #ffa720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa720; background: linear-gradient(135deg, #ffa720, #C2FF20);