#fdda7d
a light, electric yellow · warm · closest name: khaki
RGB
253, 218, 125
HSL
44°, 97%, 74%
CMYK
0, 14, 51, 1
Luminance
0.7251
Every format
| HEX | #fdda7d |
| RGB | rgb(253, 218, 125) |
| HSL | hsl(44, 97%, 74%) |
| CMYK | cmyk(0%, 14%, 51%, 1%) |
| LAB | lab(88.2 0.8 49.9) |
| LCH | lch(88.2 49.9 89.1) |
| OKLCH | oklch(0.899 0.119 89.3) |
Copy-ready code
/* CSS */
color: #fdda7d;
background-color: #fdda7d;
/* Tailwind (arbitrary) */
class="text-[#fdda7d] bg-[#fdda7d]"
/* SCSS */
$brand: #fdda7d;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.490)
/* Android */
Color.parseColor("#fdda7d")Accessibility — WCAG contrast
Aa
#fdda7d on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda7d on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow50.6%
Key (black)0.8%
Color previews
#fdda7d text on a black background
contrast 15.50:1
Card sample
#fdda7d text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda7d;
Background color
Panel with #fdda7d background
background-color: #fdda7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda7d; background: linear-gradient(135deg, #fdda7d, #CBFD7D);