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