#f1d693
a light, electric yellow · warm · closest name: khaki
RGB
241, 214, 147
HSL
43°, 77%, 76%
CMYK
0, 11, 39, 6
Luminance
0.6890
Every format
| HEX | #f1d693 |
| RGB | rgb(241, 214, 147) |
| HSL | hsl(43, 77%, 76%) |
| CMYK | cmyk(0%, 11%, 39%, 6%) |
| LAB | lab(86.5 0.2 36.5) |
| LCH | lch(86.5 36.5 89.7) |
| OKLCH | oklch(0.883 0.090 88.5) |
Copy-ready code
/* CSS */
color: #f1d693;
background-color: #f1d693;
/* Tailwind (arbitrary) */
class="text-[#f1d693] bg-[#f1d693]"
/* SCSS */
$brand: #f1d693;
/* SwiftUI */
Color(red: 0.945, green: 0.839, blue: 0.576)
/* Android */
Color.parseColor("#f1d693")Accessibility — WCAG contrast
Aa
#f1d693 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1d693 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green83.9%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow39.0%
Key (black)5.5%
Color previews
#f1d693 text on a black background
contrast 14.78:1
Card sample
#f1d693 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1d693;
Background color
Panel with #f1d693 background
background-color: #f1d693;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1d693;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 214, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 214, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1d693; background: linear-gradient(135deg, #f1d693, #CDF193);