#fdda92
a light, electric yellow · warm · closest name: khaki
RGB
253, 218, 146
HSL
40°, 96%, 78%
CMYK
0, 14, 42, 1
Luminance
0.7310
Every format
| HEX | #fdda92 |
| RGB | rgb(253, 218, 146) |
| HSL | hsl(40, 96%, 78%) |
| CMYK | cmyk(0%, 14%, 42%, 1%) |
| LAB | lab(88.5 2.8 39.9) |
| LCH | lch(88.5 40.0 86.0) |
| OKLCH | oklch(0.902 0.098 84.6) |
Copy-ready code
/* CSS */
color: #fdda92;
background-color: #fdda92;
/* Tailwind (arbitrary) */
class="text-[#fdda92] bg-[#fdda92]"
/* SCSS */
$brand: #fdda92;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.573)
/* Android */
Color.parseColor("#fdda92")Accessibility — WCAG contrast
Aa
#fdda92 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda92 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow42.3%
Key (black)0.8%
Color previews
#fdda92 text on a black background
contrast 15.62:1
Card sample
#fdda92 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda92;
Background color
Panel with #fdda92 background
background-color: #fdda92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda92; background: linear-gradient(135deg, #fdda92, #D9FD92);