#f1dda7
a light, vivid yellow · warm · closest name: tan
RGB
241, 221, 167
HSL
44°, 73%, 80%
CMYK
0, 8, 31, 6
Luminance
0.7320
Every format
| HEX | #f1dda7 |
| RGB | rgb(241, 221, 167) |
| HSL | hsl(44, 73%, 80%) |
| CMYK | cmyk(0%, 8%, 31%, 6%) |
| LAB | lab(88.5 -1.0 29.1) |
| LCH | lch(88.5 29.1 92.0) |
| OKLCH | oklch(0.901 0.073 90.1) |
Copy-ready code
/* CSS */
color: #f1dda7;
background-color: #f1dda7;
/* Tailwind (arbitrary) */
class="text-[#f1dda7] bg-[#f1dda7]"
/* SCSS */
$brand: #f1dda7;
/* SwiftUI */
Color(red: 0.945, green: 0.867, blue: 0.655)
/* Android */
Color.parseColor("#f1dda7")Accessibility — WCAG contrast
Aa
#f1dda7 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dda7 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green86.7%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow30.7%
Key (black)5.5%
Color previews
#f1dda7 text on a black background
contrast 15.64:1
Card sample
#f1dda7 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dda7;
Background color
Panel with #f1dda7 background
background-color: #f1dda7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dda7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 221, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 221, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dda7; background: linear-gradient(135deg, #f1dda7, #D4F1A7);