#ffbf16
a balanced, electric yellow · warm · closest name: orange
RGB
255, 191, 22
HSL
44°, 100%, 54%
CMYK
0, 25, 91, 0
Luminance
0.5858
Every format
| HEX | #ffbf16 |
| RGB | rgb(255, 191, 22) |
| HSL | hsl(44, 100%, 54%) |
| CMYK | cmyk(0%, 25%, 91%, 0%) |
| LAB | lab(81.1 10.6 80.5) |
| LCH | lch(81.1 81.2 82.5) |
| OKLCH | oklch(0.841 0.169 83.5) |
Copy-ready code
/* CSS */
color: #ffbf16;
background-color: #ffbf16;
/* Tailwind (arbitrary) */
class="text-[#ffbf16] bg-[#ffbf16]"
/* SCSS */
$brand: #ffbf16;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.086)
/* Android */
Color.parseColor("#ffbf16")Accessibility — WCAG contrast
Aa
#ffbf16 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbf16 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow91.4%
Key (black)0.0%
Color previews
#ffbf16 text on a black background
contrast 12.72:1
Card sample
#ffbf16 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbf16;
Background color
Panel with #ffbf16 background
background-color: #ffbf16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbf16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbf16; background: linear-gradient(135deg, #ffbf16, #A4FF16);