#f4ddae
a light, electric yellow · warm · closest name: tan
RGB
244, 221, 174
HSL
40°, 76%, 82%
CMYK
0, 9, 29, 4
Luminance
0.7400
Every format
| HEX | #f4ddae |
| RGB | rgb(244, 221, 174) |
| HSL | hsl(40, 76%, 82%) |
| CMYK | cmyk(0%, 9%, 29%, 4%) |
| LAB | lab(88.9 1.0 26.0) |
| LCH | lch(88.9 26.0 87.8) |
| OKLCH | oklch(0.905 0.066 84.9) |
Copy-ready code
/* CSS */
color: #f4ddae;
background-color: #f4ddae;
/* Tailwind (arbitrary) */
class="text-[#f4ddae] bg-[#f4ddae]"
/* SCSS */
$brand: #f4ddae;
/* SwiftUI */
Color(red: 0.957, green: 0.867, blue: 0.682)
/* Android */
Color.parseColor("#f4ddae")Accessibility — WCAG contrast
Aa
#f4ddae on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ddae on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green86.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow28.7%
Key (black)4.3%
Color previews
#f4ddae text on a black background
contrast 15.80:1
Card sample
#f4ddae text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ddae;
Background color
Panel with #f4ddae background
background-color: #f4ddae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ddae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 221, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 221, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ddae; background: linear-gradient(135deg, #f4ddae, #DCF4AE);