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