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