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