#f1d492
a light, electric yellow · warm · closest name: khaki
RGB
241, 212, 146
HSL
42°, 77%, 76%
CMYK
0, 12, 39, 6
Luminance
0.6786
Every format
| HEX | #f1d492 |
| RGB | rgb(241, 212, 146) |
| HSL | hsl(42, 77%, 76%) |
| CMYK | cmyk(0%, 12%, 39%, 6%) |
| LAB | lab(85.9 1.1 36.4) |
| LCH | lch(85.9 36.4 88.2) |
| OKLCH | oklch(0.879 0.090 86.8) |
Copy-ready code
/* CSS */
color: #f1d492;
background-color: #f1d492;
/* Tailwind (arbitrary) */
class="text-[#f1d492] bg-[#f1d492]"
/* SCSS */
$brand: #f1d492;
/* SwiftUI */
Color(red: 0.945, green: 0.831, blue: 0.573)
/* Android */
Color.parseColor("#f1d492")Accessibility — WCAG contrast
Aa
#f1d492 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1d492 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green83.1%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow39.4%
Key (black)5.5%
Color previews
#f1d492 text on a black background
contrast 14.57:1
Card sample
#f1d492 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1d492;
Background color
Panel with #f1d492 background
background-color: #f1d492;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1d492;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 212, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 212, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1d492; background: linear-gradient(135deg, #f1d492, #CFF192);