#f5dda2
a light, electric yellow · warm · closest name: khaki
RGB
245, 221, 162
HSL
43°, 81%, 80%
CMYK
0, 10, 34, 4
Luminance
0.7373
Every format
| HEX | #f5dda2 |
| RGB | rgb(245, 221, 162) |
| HSL | hsl(43, 81%, 80%) |
| CMYK | cmyk(0%, 10%, 34%, 4%) |
| LAB | lab(88.8 -0.1 32.0) |
| LCH | lch(88.8 32.0 90.2) |
| OKLCH | oklch(0.903 0.080 88.4) |
Copy-ready code
/* CSS */
color: #f5dda2;
background-color: #f5dda2;
/* Tailwind (arbitrary) */
class="text-[#f5dda2] bg-[#f5dda2]"
/* SCSS */
$brand: #f5dda2;
/* SwiftUI */
Color(red: 0.961, green: 0.867, blue: 0.635)
/* Android */
Color.parseColor("#f5dda2")Accessibility — WCAG contrast
Aa
#f5dda2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dda2 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green86.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow33.9%
Key (black)3.9%
Color previews
#f5dda2 text on a black background
contrast 15.75:1
Card sample
#f5dda2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dda2;
Background color
Panel with #f5dda2 background
background-color: #f5dda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 221, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 221, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dda2; background: linear-gradient(135deg, #f5dda2, #D6F5A2);