#f0dfaa
a light, vivid yellow · cool · closest name: tan
RGB
240, 223, 170
HSL
45°, 70%, 80%
CMYK
0, 7, 29, 6
Luminance
0.7420
Every format
| HEX | #f0dfaa |
| RGB | rgb(240, 223, 170) |
| HSL | hsl(45, 70%, 80%) |
| CMYK | cmyk(0%, 7%, 29%, 6%) |
| LAB | lab(89.0 -2.0 28.1) |
| LCH | lch(89.0 28.2 94.1) |
| OKLCH | oklch(0.905 0.071 92.4) |
Copy-ready code
/* CSS */
color: #f0dfaa;
background-color: #f0dfaa;
/* Tailwind (arbitrary) */
class="text-[#f0dfaa] bg-[#f0dfaa]"
/* SCSS */
$brand: #f0dfaa;
/* SwiftUI */
Color(red: 0.941, green: 0.875, blue: 0.667)
/* Android */
Color.parseColor("#f0dfaa")Accessibility — WCAG contrast
Aa
#f0dfaa on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dfaa on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green87.5%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow29.2%
Key (black)5.9%
Color previews
#f0dfaa text on a black background
contrast 15.84:1
Card sample
#f0dfaa text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dfaa;
Background color
Panel with #f0dfaa background
background-color: #f0dfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 223, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 223, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dfaa; background: linear-gradient(135deg, #f0dfaa, #D2F0AA);