#ffa114
a balanced, electric orange · warm · closest name: orange
RGB
255, 161, 20
HSL
36°, 100%, 54%
CMYK
0, 37, 92, 0
Luminance
0.4680
Every format
| HEX | #ffa114 |
| RGB | rgb(255, 161, 20) |
| HSL | hsl(36, 100%, 54%) |
| CMYK | cmyk(0%, 37%, 92%, 0%) |
| LAB | lab(74.1 26.2 75.8) |
| LCH | lch(74.1 80.2 70.9) |
| OKLCH | oklch(0.786 0.169 67.8) |
Copy-ready code
/* CSS */
color: #ffa114;
background-color: #ffa114;
/* Tailwind (arbitrary) */
class="text-[#ffa114] bg-[#ffa114]"
/* SCSS */
$brand: #ffa114;
/* SwiftUI */
Color(red: 1.000, green: 0.631, blue: 0.078)
/* Android */
Color.parseColor("#ffa114")Accessibility — WCAG contrast
Aa
#ffa114 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa114 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.1%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow92.2%
Key (black)0.0%
Color previews
#ffa114 text on a black background
contrast 10.36:1
Card sample
#ffa114 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa114;
Background color
Panel with #ffa114 background
background-color: #ffa114;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa114;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 161, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 161, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa114; background: linear-gradient(135deg, #ffa114, #C0FF14);