#ffb014
a balanced, electric orange · warm · closest name: orange
RGB
255, 176, 20
HSL
40°, 100%, 54%
CMYK
0, 31, 92, 0
Luminance
0.5236
Every format
| HEX | #ffb014 |
| RGB | rgb(255, 176, 20) |
| HSL | hsl(40, 100%, 54%) |
| CMYK | cmyk(0%, 31%, 92%, 0%) |
| LAB | lab(77.5 18.4 78.2) |
| LCH | lch(77.5 80.4 76.8) |
| OKLCH | oklch(0.813 0.168 75.7) |
Copy-ready code
/* CSS */
color: #ffb014;
background-color: #ffb014;
/* Tailwind (arbitrary) */
class="text-[#ffb014] bg-[#ffb014]"
/* SCSS */
$brand: #ffb014;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.078)
/* Android */
Color.parseColor("#ffb014")Accessibility — WCAG contrast
Aa
#ffb014 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb014 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow92.2%
Key (black)0.0%
Color previews
#ffb014 text on a black background
contrast 11.47:1
Card sample
#ffb014 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb014;
Background color
Panel with #ffb014 background
background-color: #ffb014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb014; background: linear-gradient(135deg, #ffb014, #B1FF14);