#ffbf49
a balanced, electric orange · warm · closest name: orange
RGB
255, 191, 73
HSL
39°, 100%, 64%
CMYK
0, 25, 71, 0
Luminance
0.5900
Every format
| HEX | #ffbf49 |
| RGB | rgb(255, 191, 73) |
| HSL | hsl(39, 100%, 64%) |
| CMYK | cmyk(0%, 25%, 71%, 0%) |
| LAB | lab(81.3 12.1 65.7) |
| LCH | lch(81.3 66.8 79.6) |
| OKLCH | oklch(0.843 0.149 79.2) |
Copy-ready code
/* CSS */
color: #ffbf49;
background-color: #ffbf49;
/* Tailwind (arbitrary) */
class="text-[#ffbf49] bg-[#ffbf49]"
/* SCSS */
$brand: #ffbf49;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.286)
/* Android */
Color.parseColor("#ffbf49")Accessibility — WCAG contrast
Aa
#ffbf49 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbf49 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow71.4%
Key (black)0.0%
Color previews
#ffbf49 text on a black background
contrast 12.80:1
Card sample
#ffbf49 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbf49;
Background color
Panel with #ffbf49 background
background-color: #ffbf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbf49; background: linear-gradient(135deg, #ffbf49, #C6FF49);