#f5bf21
a balanced, electric yellow · warm · closest name: gold
RGB
245, 191, 33
HSL
45°, 91%, 55%
CMYK
0, 22, 87, 4
Luminance
0.5678
Every format
| HEX | #f5bf21 |
| RGB | rgb(245, 191, 33) |
| HSL | hsl(45, 91%, 55%) |
| CMYK | cmyk(0%, 22%, 87%, 4%) |
| LAB | lab(80.1 6.5 77.2) |
| LCH | lch(80.1 77.4 85.2) |
| OKLCH | oklch(0.831 0.164 87.0) |
Copy-ready code
/* CSS */
color: #f5bf21;
background-color: #f5bf21;
/* Tailwind (arbitrary) */
class="text-[#f5bf21] bg-[#f5bf21]"
/* SCSS */
$brand: #f5bf21;
/* SwiftUI */
Color(red: 0.961, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#f5bf21")Accessibility — WCAG contrast
Aa
#f5bf21 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bf21 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow86.5%
Key (black)3.9%
Color previews
#f5bf21 text on a black background
contrast 12.36:1
Card sample
#f5bf21 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bf21;
Background color
Panel with #f5bf21 background
background-color: #f5bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bf21; background: linear-gradient(135deg, #f5bf21, #9EF521);