#f1daac
a light, vivid yellow · warm · closest name: tan
RGB
241, 218, 172
HSL
40°, 71%, 81%
CMYK
0, 10, 29, 6
Luminance
0.7182
Every format
| HEX | #f1daac |
| RGB | rgb(241, 218, 172) |
| HSL | hsl(40, 71%, 81%) |
| CMYK | cmyk(0%, 10%, 29%, 6%) |
| LAB | lab(87.9 1.1 25.6) |
| LCH | lch(87.9 25.6 87.4) |
| OKLCH | oklch(0.896 0.065 84.4) |
Copy-ready code
/* CSS */
color: #f1daac;
background-color: #f1daac;
/* Tailwind (arbitrary) */
class="text-[#f1daac] bg-[#f1daac]"
/* SCSS */
$brand: #f1daac;
/* SwiftUI */
Color(red: 0.945, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#f1daac")Accessibility — WCAG contrast
Aa
#f1daac on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1daac on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green85.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow28.6%
Key (black)5.5%
Color previews
#f1daac text on a black background
contrast 15.36:1
Card sample
#f1daac text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1daac;
Background color
Panel with #f1daac background
background-color: #f1daac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1daac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1daac; background: linear-gradient(135deg, #f1daac, #DAF1AC);