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