#fdda30
a balanced, electric yellow · cool · closest name: gold
RGB
253, 218, 48
HSL
50°, 98%, 59%
CMYK
0, 14, 81, 1
Luminance
0.7124
Every format
| HEX | #fdda30 |
| RGB | rgb(253, 218, 48) |
| HSL | hsl(50, 98%, 59%) |
| CMYK | cmyk(0%, 14%, 81%, 1%) |
| LAB | lab(87.6 -3.5 80.0) |
| LCH | lch(87.6 80.1 92.5) |
| OKLCH | oklch(0.892 0.173 96.4) |
Copy-ready code
/* CSS */
color: #fdda30;
background-color: #fdda30;
/* Tailwind (arbitrary) */
class="text-[#fdda30] bg-[#fdda30]"
/* SCSS */
$brand: #fdda30;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.188)
/* Android */
Color.parseColor("#fdda30")Accessibility — WCAG contrast
Aa
#fdda30 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda30 on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow81.0%
Key (black)0.8%
Color previews
#fdda30 text on a black background
contrast 15.25:1
Card sample
#fdda30 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda30;
Background color
Panel with #fdda30 background
background-color: #fdda30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda30; background: linear-gradient(135deg, #fdda30, #97FD30);