#f1c813
a balanced, electric yellow · cool · closest name: gold
RGB
241, 200, 19
HSL
49°, 89%, 51%
CMYK
0, 17, 92, 6
Luminance
0.6006
Every format
| HEX | #f1c813 |
| RGB | rgb(241, 200, 19) |
| HSL | hsl(49, 89%, 51%) |
| CMYK | cmyk(0%, 17%, 92%, 6%) |
| LAB | lab(81.9 -0.1 81.0) |
| LCH | lch(81.9 81.0 90.1) |
| OKLCH | oklch(0.844 0.170 93.6) |
Copy-ready code
/* CSS */
color: #f1c813;
background-color: #f1c813;
/* Tailwind (arbitrary) */
class="text-[#f1c813] bg-[#f1c813]"
/* SCSS */
$brand: #f1c813;
/* SwiftUI */
Color(red: 0.945, green: 0.784, blue: 0.075)
/* Android */
Color.parseColor("#f1c813")Accessibility — WCAG contrast
Aa
#f1c813 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1c813 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green78.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow92.1%
Key (black)5.5%
Color previews
#f1c813 text on a black background
contrast 13.01:1
Card sample
#f1c813 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1c813;
Background color
Panel with #f1c813 background
background-color: #f1c813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1c813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 200, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 200, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1c813; background: linear-gradient(135deg, #f1c813, #86F113);