#ffa80c
a balanced, electric orange · warm · “orange”
RGB
255, 168, 12
HSL
39°, 100%, 52%
CMYK
0, 34, 95, 0
Luminance
0.4929
Every format
| HEX | #ffa80c |
| RGB | rgb(255, 168, 12) |
| HSL | hsl(39, 100%, 52%) |
| CMYK | cmyk(0%, 34%, 95%, 0%) |
| LAB | lab(75.6 22.5 78.1) |
| LCH | lch(75.6 81.2 73.9) |
| OKLCH | oklch(0.798 0.169 71.8) |
Copy-ready code
/* CSS */
color: #ffa80c;
background-color: #ffa80c;
/* Tailwind (arbitrary) */
class="text-[#ffa80c] bg-[#ffa80c]"
/* SCSS */
$brand: #ffa80c;
/* SwiftUI */
Color(red: 1.000, green: 0.659, blue: 0.047)
/* Android */
Color.parseColor("#ffa80c")Accessibility — WCAG contrast
Aa
#ffa80c on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa80c on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow95.3%
Key (black)0.0%
Color previews
#ffa80c text on a black background
contrast 10.86:1
Card sample
#ffa80c text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa80c;
Background color
Panel with #ffa80c background
background-color: #ffa80c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa80c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 168, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 168, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa80c; background: linear-gradient(135deg, #ffa80c, #B4FF0C);