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