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