#f1d65c
a light, electric yellow · cool · closest name: khaki
RGB
241, 214, 92
HSL
49°, 84%, 65%
CMYK
0, 11, 62, 6
Luminance
0.6757
Every format
| HEX | #f1d65c |
| RGB | rgb(241, 214, 92) |
| HSL | hsl(49, 84%, 65%) |
| CMYK | cmyk(0%, 11%, 62%, 6%) |
| LAB | lab(85.8 -4.5 62.0) |
| LCH | lch(85.8 62.2 94.2) |
| OKLCH | oklch(0.876 0.143 96.8) |
Copy-ready code
/* CSS */
color: #f1d65c;
background-color: #f1d65c;
/* Tailwind (arbitrary) */
class="text-[#f1d65c] bg-[#f1d65c]"
/* SCSS */
$brand: #f1d65c;
/* SwiftUI */
Color(red: 0.945, green: 0.839, blue: 0.361)
/* Android */
Color.parseColor("#f1d65c")Accessibility — WCAG contrast
Aa
#f1d65c on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1d65c on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green83.9%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow61.8%
Key (black)5.5%
Color previews
#f1d65c text on a black background
contrast 14.51:1
Card sample
#f1d65c text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1d65c;
Background color
Panel with #f1d65c background
background-color: #f1d65c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1d65c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 214, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 214, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1d65c; background: linear-gradient(135deg, #f1d65c, #A9F15C);