#fddb4f
a light, electric yellow · cool · closest name: gold
RGB
253, 219, 79
HSL
48°, 98%, 65%
CMYK
0, 13, 69, 1
Luminance
0.7211
Every format
| HEX | #fddb4f |
| RGB | rgb(253, 219, 79) |
| HSL | hsl(48, 98%, 65%) |
| CMYK | cmyk(0%, 13%, 69%, 1%) |
| LAB | lab(88.0 -2.8 70.0) |
| LCH | lch(88.0 70.1 92.3) |
| OKLCH | oklch(0.896 0.157 95.2) |
Copy-ready code
/* CSS */
color: #fddb4f;
background-color: #fddb4f;
/* Tailwind (arbitrary) */
class="text-[#fddb4f] bg-[#fddb4f]"
/* SCSS */
$brand: #fddb4f;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#fddb4f")Accessibility — WCAG contrast
Aa
#fddb4f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddb4f on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow68.8%
Key (black)0.8%
Color previews
#fddb4f text on a black background
contrast 15.42:1
Card sample
#fddb4f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddb4f;
Background color
Panel with #fddb4f background
background-color: #fddb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddb4f; background: linear-gradient(135deg, #fddb4f, #ABFD4F);