#ffbf3b
a balanced, electric yellow · warm · closest name: orange
RGB
255, 191, 59
HSL
40°, 100%, 62%
CMYK
0, 25, 77, 0
Luminance
0.5884
Every format
| HEX | #ffbf3b |
| RGB | rgb(255, 191, 59) |
| HSL | hsl(40, 100%, 62%) |
| CMYK | cmyk(0%, 25%, 77%, 0%) |
| LAB | lab(81.2 11.5 70.9) |
| LCH | lch(81.2 71.8 80.8) |
| OKLCH | oklch(0.842 0.157 80.9) |
Copy-ready code
/* CSS */
color: #ffbf3b;
background-color: #ffbf3b;
/* Tailwind (arbitrary) */
class="text-[#ffbf3b] bg-[#ffbf3b]"
/* SCSS */
$brand: #ffbf3b;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.231)
/* Android */
Color.parseColor("#ffbf3b")Accessibility — WCAG contrast
Aa
#ffbf3b on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbf3b on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow76.9%
Key (black)0.0%
Color previews
#ffbf3b text on a black background
contrast 12.77:1
Card sample
#ffbf3b text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbf3b;
Background color
Panel with #ffbf3b background
background-color: #ffbf3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbf3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbf3b; background: linear-gradient(135deg, #ffbf3b, #BCFF3B);