#f9df89
a light, electric yellow · cool · closest name: khaki
RGB
249, 223, 137
HSL
46°, 90%, 76%
CMYK
0, 10, 45, 2
Luminance
0.7472
Every format
| HEX | #f9df89 |
| RGB | rgb(249, 223, 137) |
| HSL | hsl(46, 90%, 76%) |
| CMYK | cmyk(0%, 10%, 45%, 2%) |
| LAB | lab(89.3 -2.3 45.3) |
| LCH | lch(89.3 45.3 92.8) |
| OKLCH | oklch(0.907 0.110 93.1) |
Copy-ready code
/* CSS */
color: #f9df89;
background-color: #f9df89;
/* Tailwind (arbitrary) */
class="text-[#f9df89] bg-[#f9df89]"
/* SCSS */
$brand: #f9df89;
/* SwiftUI */
Color(red: 0.976, green: 0.875, blue: 0.537)
/* Android */
Color.parseColor("#f9df89")Accessibility — WCAG contrast
Aa
#f9df89 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9df89 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green87.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow45.0%
Key (black)2.4%
Color previews
#f9df89 text on a black background
contrast 15.94:1
Card sample
#f9df89 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9df89;
Background color
Panel with #f9df89 background
background-color: #f9df89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9df89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 223, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 223, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9df89; background: linear-gradient(135deg, #f9df89, #C8F989);