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