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