#f9da9c
a light, electric yellow · warm · closest name: khaki
RGB
249, 218, 156
HSL
40°, 89%, 79%
CMYK
0, 12, 37, 2
Luminance
0.7268
Every format
| HEX | #f9da9c |
| RGB | rgb(249, 218, 156) |
| HSL | hsl(40, 89%, 79%) |
| CMYK | cmyk(0%, 12%, 37%, 2%) |
| LAB | lab(88.3 2.3 34.5) |
| LCH | lch(88.3 34.6 86.2) |
| OKLCH | oklch(0.900 0.086 84.2) |
Copy-ready code
/* CSS */
color: #f9da9c;
background-color: #f9da9c;
/* Tailwind (arbitrary) */
class="text-[#f9da9c] bg-[#f9da9c]"
/* SCSS */
$brand: #f9da9c;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.612)
/* Android */
Color.parseColor("#f9da9c")Accessibility — WCAG contrast
Aa
#f9da9c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9da9c on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow37.3%
Key (black)2.4%
Color previews
#f9da9c text on a black background
contrast 15.54:1
Card sample
#f9da9c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9da9c;
Background color
Panel with #f9da9c background
background-color: #f9da9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9da9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9da9c; background: linear-gradient(135deg, #f9da9c, #DAF99C);