#f5ba39
a balanced, electric yellow · warm · closest name: orange
RGB
245, 186, 57
HSL
41°, 90%, 59%
CMYK
0, 24, 77, 4
Luminance
0.5483
Every format
| HEX | #f5ba39 |
| RGB | rgb(245, 186, 57) |
| HSL | hsl(41, 90%, 59%) |
| CMYK | cmyk(0%, 24%, 77%, 4%) |
| LAB | lab(78.9 9.8 69.1) |
| LCH | lch(78.9 69.8 81.9) |
| OKLCH | oklch(0.822 0.152 82.4) |
Copy-ready code
/* CSS */
color: #f5ba39;
background-color: #f5ba39;
/* Tailwind (arbitrary) */
class="text-[#f5ba39] bg-[#f5ba39]"
/* SCSS */
$brand: #f5ba39;
/* SwiftUI */
Color(red: 0.961, green: 0.729, blue: 0.224)
/* Android */
Color.parseColor("#f5ba39")Accessibility — WCAG contrast
Aa
#f5ba39 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ba39 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow76.7%
Key (black)3.9%
Color previews
#f5ba39 text on a black background
contrast 11.97:1
Card sample
#f5ba39 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ba39;
Background color
Panel with #f5ba39 background
background-color: #f5ba39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ba39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 186, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 186, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ba39; background: linear-gradient(135deg, #f5ba39, #B3F539);