#f1dc2f
a balanced, electric yellow · cool · closest name: gold
RGB
241, 220, 47
HSL
54°, 87%, 57%
CMYK
0, 9, 81, 6
Luminance
0.7009
Every format
| HEX | #f1dc2f |
| RGB | rgb(241, 220, 47) |
| HSL | hsl(54, 87%, 57%) |
| CMYK | cmyk(0%, 9%, 81%, 6%) |
| LAB | lab(87.0 -9.6 79.3) |
| LCH | lch(87.0 79.9 96.9) |
| OKLCH | oklch(0.885 0.175 101.9) |
Copy-ready code
/* CSS */
color: #f1dc2f;
background-color: #f1dc2f;
/* Tailwind (arbitrary) */
class="text-[#f1dc2f] bg-[#f1dc2f]"
/* SCSS */
$brand: #f1dc2f;
/* SwiftUI */
Color(red: 0.945, green: 0.863, blue: 0.184)
/* Android */
Color.parseColor("#f1dc2f")Accessibility — WCAG contrast
Aa
#f1dc2f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dc2f on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green86.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow80.5%
Key (black)5.5%
Color previews
#f1dc2f text on a black background
contrast 15.02:1
Card sample
#f1dc2f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dc2f;
Background color
Panel with #f1dc2f background
background-color: #f1dc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 220, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 220, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dc2f; background: linear-gradient(135deg, #f1dc2f, #85F12F);