#ffad49
a balanced, electric orange · warm · closest name: orange
RGB
255, 173, 73
HSL
33°, 100%, 64%
CMYK
0, 32, 71, 0
Luminance
0.5163
Every format
| HEX | #ffad49 |
| RGB | rgb(255, 173, 73) |
| HSL | hsl(33, 100%, 64%) |
| CMYK | cmyk(0%, 32%, 71%, 0%) |
| LAB | lab(77.1 21.5 61.4) |
| LCH | lch(77.1 65.0 70.7) |
| OKLCH | oklch(0.810 0.148 68.0) |
Copy-ready code
/* CSS */
color: #ffad49;
background-color: #ffad49;
/* Tailwind (arbitrary) */
class="text-[#ffad49] bg-[#ffad49]"
/* SCSS */
$brand: #ffad49;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.286)
/* Android */
Color.parseColor("#ffad49")Accessibility — WCAG contrast
Aa
#ffad49 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffad49 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow71.4%
Key (black)0.0%
Color previews
#ffad49 text on a black background
contrast 11.33:1
Card sample
#ffad49 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffad49;
Background color
Panel with #ffad49 background
background-color: #ffad49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffad49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffad49; background: linear-gradient(135deg, #ffad49, #D8FF49);