#f5ba2d
a balanced, electric yellow · warm · closest name: orange
RGB
245, 186, 45
HSL
42°, 91%, 57%
CMYK
0, 24, 82, 4
Luminance
0.5472
Every format
| HEX | #f5ba2d |
| RGB | rgb(245, 186, 45) |
| HSL | hsl(42, 91%, 57%) |
| CMYK | cmyk(0%, 24%, 82%, 4%) |
| LAB | lab(78.9 9.4 73.0) |
| LCH | lch(78.9 73.6 82.6) |
| OKLCH | oklch(0.821 0.158 83.5) |
Copy-ready code
/* CSS */
color: #f5ba2d;
background-color: #f5ba2d;
/* Tailwind (arbitrary) */
class="text-[#f5ba2d] bg-[#f5ba2d]"
/* SCSS */
$brand: #f5ba2d;
/* SwiftUI */
Color(red: 0.961, green: 0.729, blue: 0.176)
/* Android */
Color.parseColor("#f5ba2d")Accessibility — WCAG contrast
Aa
#f5ba2d on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ba2d on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.9%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow81.6%
Key (black)3.9%
Color previews
#f5ba2d text on a black background
contrast 11.94:1
Card sample
#f5ba2d text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ba2d;
Background color
Panel with #f5ba2d background
background-color: #f5ba2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ba2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 186, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 186, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ba2d; background: linear-gradient(135deg, #f5ba2d, #ABF52D);