#f1cb2c
a balanced, electric yellow · cool · closest name: gold
RGB
241, 203, 44
HSL
48°, 88%, 56%
CMYK
0, 16, 82, 6
Luminance
0.6159
Every format
| HEX | #f1cb2c |
| RGB | rgb(241, 203, 44) |
| HSL | hsl(48, 88%, 56%) |
| CMYK | cmyk(0%, 16%, 82%, 6%) |
| LAB | lab(82.7 -1.1 76.4) |
| LCH | lch(82.7 76.4 90.8) |
| OKLCH | oklch(0.851 0.165 94.2) |
Copy-ready code
/* CSS */
color: #f1cb2c;
background-color: #f1cb2c;
/* Tailwind (arbitrary) */
class="text-[#f1cb2c] bg-[#f1cb2c]"
/* SCSS */
$brand: #f1cb2c;
/* SwiftUI */
Color(red: 0.945, green: 0.796, blue: 0.173)
/* Android */
Color.parseColor("#f1cb2c")Accessibility — WCAG contrast
Aa
#f1cb2c on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cb2c on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green79.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow81.7%
Key (black)5.5%
Color previews
#f1cb2c text on a black background
contrast 13.32:1
Card sample
#f1cb2c text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cb2c;
Background color
Panel with #f1cb2c background
background-color: #f1cb2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cb2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 203, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 203, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cb2c; background: linear-gradient(135deg, #f1cb2c, #94F12C);