#f5b621
a balanced, electric yellow · warm · closest name: orange
RGB
245, 182, 33
HSL
42°, 91%, 55%
CMYK
0, 26, 87, 4
Luminance
0.5298
Every format
| HEX | #f5b621 |
| RGB | rgb(245, 182, 33) |
| HSL | hsl(42, 91%, 55%) |
| CMYK | cmyk(0%, 26%, 87%, 4%) |
| LAB | lab(77.9 11.2 75.4) |
| LCH | lch(77.9 76.2 81.5) |
| OKLCH | oklch(0.813 0.161 82.2) |
Copy-ready code
/* CSS */
color: #f5b621;
background-color: #f5b621;
/* Tailwind (arbitrary) */
class="text-[#f5b621] bg-[#f5b621]"
/* SCSS */
$brand: #f5b621;
/* SwiftUI */
Color(red: 0.961, green: 0.714, blue: 0.129)
/* Android */
Color.parseColor("#f5b621")Accessibility — WCAG contrast
Aa
#f5b621 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b621 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green71.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow86.5%
Key (black)3.9%
Color previews
#f5b621 text on a black background
contrast 11.60:1
Card sample
#f5b621 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b621;
Background color
Panel with #f5b621 background
background-color: #f5b621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 182, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 182, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b621; background: linear-gradient(135deg, #f5b621, #A7F521);