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