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