#f0dfad
a light, vivid yellow · warm · closest name: tan
RGB
240, 223, 173
HSL
45°, 69%, 81%
CMYK
0, 7, 28, 6
Luminance
0.7432
Every format
| HEX | #f0dfad |
| RGB | rgb(240, 223, 173) |
| HSL | hsl(45, 69%, 81%) |
| CMYK | cmyk(0%, 7%, 28%, 6%) |
| LAB | lab(89.1 -1.7 26.7) |
| LCH | lch(89.1 26.7 93.6) |
| OKLCH | oklch(0.905 0.067 91.5) |
Copy-ready code
/* CSS */
color: #f0dfad;
background-color: #f0dfad;
/* Tailwind (arbitrary) */
class="text-[#f0dfad] bg-[#f0dfad]"
/* SCSS */
$brand: #f0dfad;
/* SwiftUI */
Color(red: 0.941, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#f0dfad")Accessibility — WCAG contrast
Aa
#f0dfad on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dfad on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green87.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow27.9%
Key (black)5.9%
Color previews
#f0dfad text on a black background
contrast 15.86:1
Card sample
#f0dfad text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dfad;
Background color
Panel with #f0dfad background
background-color: #f0dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dfad; background: linear-gradient(135deg, #f0dfad, #D4F0AD);