#f1bf13
a balanced, electric yellow · cool · closest name: gold
RGB
241, 191, 19
HSL
47°, 89%, 51%
CMYK
0, 21, 92, 6
Luminance
0.5601
Every format
| HEX | #f1bf13 |
| RGB | rgb(241, 191, 19) |
| HSL | hsl(47, 89%, 51%) |
| CMYK | cmyk(0%, 21%, 92%, 6%) |
| LAB | lab(79.6 4.6 79.3) |
| LCH | lch(79.6 79.4 86.7) |
| OKLCH | oklch(0.826 0.166 89.2) |
Copy-ready code
/* CSS */
color: #f1bf13;
background-color: #f1bf13;
/* Tailwind (arbitrary) */
class="text-[#f1bf13] bg-[#f1bf13]"
/* SCSS */
$brand: #f1bf13;
/* SwiftUI */
Color(red: 0.945, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#f1bf13")Accessibility — WCAG contrast
Aa
#f1bf13 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1bf13 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green74.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow92.1%
Key (black)5.5%
Color previews
#f1bf13 text on a black background
contrast 12.20:1
Card sample
#f1bf13 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1bf13;
Background color
Panel with #f1bf13 background
background-color: #f1bf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1bf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1bf13; background: linear-gradient(135deg, #f1bf13, #8FF113);