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