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