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