#f1dba2
a light, vivid yellow · warm · closest name: tan
RGB
241, 219, 162
HSL
43°, 74%, 79%
CMYK
0, 9, 33, 6
Luminance
0.7197
Every format
| HEX | #f1dba2 |
| RGB | rgb(241, 219, 162) |
| HSL | hsl(43, 74%, 79%) |
| CMYK | cmyk(0%, 9%, 33%, 6%) |
| LAB | lab(88.0 -0.6 30.8) |
| LCH | lch(88.0 30.9 91.1) |
| OKLCH | oklch(0.896 0.077 89.4) |
Copy-ready code
/* CSS */
color: #f1dba2;
background-color: #f1dba2;
/* Tailwind (arbitrary) */
class="text-[#f1dba2] bg-[#f1dba2]"
/* SCSS */
$brand: #f1dba2;
/* SwiftUI */
Color(red: 0.945, green: 0.859, blue: 0.635)
/* Android */
Color.parseColor("#f1dba2")Accessibility — WCAG contrast
Aa
#f1dba2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dba2 on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green85.9%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow32.8%
Key (black)5.5%
Color previews
#f1dba2 text on a black background
contrast 15.39:1
Card sample
#f1dba2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dba2;
Background color
Panel with #f1dba2 background
background-color: #f1dba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 219, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 219, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dba2; background: linear-gradient(135deg, #f1dba2, #D2F1A2);