#f9df83
a light, electric yellow · cool · closest name: khaki
RGB
249, 223, 131
HSL
47°, 91%, 75%
CMYK
0, 10, 47, 2
Luminance
0.7455
Every format
| HEX | #f9df83 |
| RGB | rgb(249, 223, 131) |
| HSL | hsl(47, 91%, 75%) |
| CMYK | cmyk(0%, 10%, 47%, 2%) |
| LAB | lab(89.2 -2.8 48.1) |
| LCH | lch(89.2 48.2 93.3) |
| OKLCH | oklch(0.906 0.116 94.1) |
Copy-ready code
/* CSS */
color: #f9df83;
background-color: #f9df83;
/* Tailwind (arbitrary) */
class="text-[#f9df83] bg-[#f9df83]"
/* SCSS */
$brand: #f9df83;
/* SwiftUI */
Color(red: 0.976, green: 0.875, blue: 0.514)
/* Android */
Color.parseColor("#f9df83")Accessibility — WCAG contrast
Aa
#f9df83 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9df83 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green87.5%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow47.4%
Key (black)2.4%
Color previews
#f9df83 text on a black background
contrast 15.91:1
Card sample
#f9df83 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9df83;
Background color
Panel with #f9df83 background
background-color: #f9df83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9df83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 223, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 223, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9df83; background: linear-gradient(135deg, #f9df83, #C4F983);