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