#f9ebac
a light, electric yellow · cool · closest name: khaki
RGB
249, 235, 172
HSL
49°, 87%, 83%
CMYK
0, 6, 31, 2
Luminance
0.8253
Every format
| HEX | #f9ebac |
| RGB | rgb(249, 235, 172) |
| HSL | hsl(49, 87%, 83%) |
| CMYK | cmyk(0%, 6%, 31%, 2%) |
| LAB | lab(92.8 -4.5 32.4) |
| LCH | lch(92.8 32.7 97.9) |
| OKLCH | oklch(0.936 0.082 97.1) |
Copy-ready code
/* CSS */
color: #f9ebac;
background-color: #f9ebac;
/* Tailwind (arbitrary) */
class="text-[#f9ebac] bg-[#f9ebac]"
/* SCSS */
$brand: #f9ebac;
/* SwiftUI */
Color(red: 0.976, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#f9ebac")Accessibility — WCAG contrast
Aa
#f9ebac on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ebac on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green92.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow30.9%
Key (black)2.4%
Color previews
#f9ebac text on a black background
contrast 17.51:1
Card sample
#f9ebac text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ebac;
Background color
Panel with #f9ebac background
background-color: #f9ebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ebac; background: linear-gradient(135deg, #f9ebac, #D4F9AC);