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