#fdda53
a light, electric yellow · cool · closest name: gold
RGB
253, 218, 83
HSL
48°, 98%, 66%
CMYK
0, 14, 67, 1
Luminance
0.7165
Every format
| HEX | #fdda53 |
| RGB | rgb(253, 218, 83) |
| HSL | hsl(48, 98%, 66%) |
| CMYK | cmyk(0%, 14%, 67%, 1%) |
| LAB | lab(87.8 -2.1 68.2) |
| LCH | lch(87.8 68.3 91.8) |
| OKLCH | oklch(0.894 0.154 94.4) |
Copy-ready code
/* CSS */
color: #fdda53;
background-color: #fdda53;
/* Tailwind (arbitrary) */
class="text-[#fdda53] bg-[#fdda53]"
/* SCSS */
$brand: #fdda53;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.325)
/* Android */
Color.parseColor("#fdda53")Accessibility — WCAG contrast
Aa
#fdda53 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda53 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow67.2%
Key (black)0.8%
Color previews
#fdda53 text on a black background
contrast 15.33:1
Card sample
#fdda53 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda53;
Background color
Panel with #fdda53 background
background-color: #fdda53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda53; background: linear-gradient(135deg, #fdda53, #AFFD53);