#fdda5b
a light, electric yellow · cool · closest name: khaki
RGB
253, 218, 91
HSL
47°, 98%, 68%
CMYK
0, 14, 64, 1
Luminance
0.7178
Every format
| HEX | #fdda5b |
| RGB | rgb(253, 218, 91) |
| HSL | hsl(47, 98%, 68%) |
| CMYK | cmyk(0%, 14%, 64%, 1%) |
| LAB | lab(87.9 -1.7 65.0) |
| LCH | lch(87.9 65.0 91.5) |
| OKLCH | oklch(0.895 0.148 93.7) |
Copy-ready code
/* CSS */
color: #fdda5b;
background-color: #fdda5b;
/* Tailwind (arbitrary) */
class="text-[#fdda5b] bg-[#fdda5b]"
/* SCSS */
$brand: #fdda5b;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.357)
/* Android */
Color.parseColor("#fdda5b")Accessibility — WCAG contrast
Aa
#fdda5b on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda5b on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow64.0%
Key (black)0.8%
Color previews
#fdda5b text on a black background
contrast 15.36:1
Card sample
#fdda5b text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda5b;
Background color
Panel with #fdda5b background
background-color: #fdda5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda5b; background: linear-gradient(135deg, #fdda5b, #B4FD5B);