#f4dda2
a light, electric yellow · warm · closest name: khaki
RGB
244, 221, 162
HSL
43°, 79%, 80%
CMYK
0, 9, 34, 4
Luminance
0.7355
Every format
| HEX | #f4dda2 |
| RGB | rgb(244, 221, 162) |
| HSL | hsl(43, 79%, 80%) |
| CMYK | cmyk(0%, 9%, 34%, 4%) |
| LAB | lab(88.7 -0.5 31.9) |
| LCH | lch(88.7 31.9 90.9) |
| OKLCH | oklch(0.903 0.080 89.2) |
Copy-ready code
/* CSS */
color: #f4dda2;
background-color: #f4dda2;
/* Tailwind (arbitrary) */
class="text-[#f4dda2] bg-[#f4dda2]"
/* SCSS */
$brand: #f4dda2;
/* SwiftUI */
Color(red: 0.957, green: 0.867, blue: 0.635)
/* Android */
Color.parseColor("#f4dda2")Accessibility — WCAG contrast
Aa
#f4dda2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dda2 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green86.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow33.6%
Key (black)4.3%
Color previews
#f4dda2 text on a black background
contrast 15.71:1
Card sample
#f4dda2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dda2;
Background color
Panel with #f4dda2 background
background-color: #f4dda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 221, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 221, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dda2; background: linear-gradient(135deg, #f4dda2, #D4F4A2);