#f9edb3
a light, electric yellow · cool · closest name: khaki
RGB
249, 237, 179
HSL
50°, 85%, 84%
CMYK
0, 5, 28, 2
Luminance
0.8396
Every format
| HEX | #f9edb3 |
| RGB | rgb(249, 237, 179) |
| HSL | hsl(50, 85%, 84%) |
| CMYK | cmyk(0%, 5%, 28%, 2%) |
| LAB | lab(93.4 -4.6 29.6) |
| LCH | lch(93.4 30.0 98.8) |
| OKLCH | oklch(0.942 0.075 97.8) |
Copy-ready code
/* CSS */
color: #f9edb3;
background-color: #f9edb3;
/* Tailwind (arbitrary) */
class="text-[#f9edb3] bg-[#f9edb3]"
/* SCSS */
$brand: #f9edb3;
/* SwiftUI */
Color(red: 0.976, green: 0.929, blue: 0.702)
/* Android */
Color.parseColor("#f9edb3")Accessibility — WCAG contrast
Aa
#f9edb3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9edb3 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green92.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow28.1%
Key (black)2.4%
Color previews
#f9edb3 text on a black background
contrast 17.79:1
Card sample
#f9edb3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9edb3;
Background color
Panel with #f9edb3 background
background-color: #f9edb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9edb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 237, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 237, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9edb3; background: linear-gradient(135deg, #f9edb3, #D6F9B3);