#fdda76
a light, electric yellow · warm · closest name: khaki
RGB
253, 218, 118
HSL
44°, 97%, 73%
CMYK
0, 14, 53, 1
Luminance
0.7233
Every format
| HEX | #fdda76 |
| RGB | rgb(253, 218, 118) |
| HSL | hsl(44, 97%, 73%) |
| CMYK | cmyk(0%, 14%, 53%, 1%) |
| LAB | lab(88.1 0.2 53.2) |
| LCH | lch(88.1 53.2 89.8) |
| OKLCH | oklch(0.898 0.126 90.5) |
Copy-ready code
/* CSS */
color: #fdda76;
background-color: #fdda76;
/* Tailwind (arbitrary) */
class="text-[#fdda76] bg-[#fdda76]"
/* SCSS */
$brand: #fdda76;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.463)
/* Android */
Color.parseColor("#fdda76")Accessibility — WCAG contrast
Aa
#fdda76 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda76 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow53.4%
Key (black)0.8%
Color previews
#fdda76 text on a black background
contrast 15.47:1
Card sample
#fdda76 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda76;
Background color
Panel with #fdda76 background
background-color: #fdda76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda76; background: linear-gradient(135deg, #fdda76, #C6FD76);