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