#f4dfaa
a light, electric yellow · warm · closest name: tan
RGB
244, 223, 170
HSL
43°, 77%, 81%
CMYK
0, 9, 30, 4
Luminance
0.7491
Every format
| HEX | #f4dfaa |
| RGB | rgb(244, 223, 170) |
| HSL | hsl(43, 77%, 81%) |
| CMYK | cmyk(0%, 9%, 30%, 4%) |
| LAB | lab(89.3 -0.5 28.6) |
| LCH | lch(89.3 28.6 91.1) |
| OKLCH | oklch(0.908 0.072 88.9) |
Copy-ready code
/* CSS */
color: #f4dfaa;
background-color: #f4dfaa;
/* Tailwind (arbitrary) */
class="text-[#f4dfaa] bg-[#f4dfaa]"
/* SCSS */
$brand: #f4dfaa;
/* SwiftUI */
Color(red: 0.957, green: 0.875, blue: 0.667)
/* Android */
Color.parseColor("#f4dfaa")Accessibility — WCAG contrast
Aa
#f4dfaa on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dfaa on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green87.5%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow30.3%
Key (black)4.3%
Color previews
#f4dfaa text on a black background
contrast 15.98:1
Card sample
#f4dfaa text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dfaa;
Background color
Panel with #f4dfaa background
background-color: #f4dfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 223, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 223, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dfaa; background: linear-gradient(135deg, #f4dfaa, #D8F4AA);