#fdda19
a balanced, electric yellow · cool · closest name: gold
RGB
253, 218, 25
HSL
51°, 98%, 55%
CMYK
0, 14, 90, 1
Luminance
0.7110
Every format
| HEX | #fdda19 |
| RGB | rgb(253, 218, 25) |
| HSL | hsl(51, 98%, 55%) |
| CMYK | cmyk(0%, 14%, 90%, 1%) |
| LAB | lab(87.5 -4.0 84.8) |
| LCH | lch(87.5 85.0 92.7) |
| OKLCH | oklch(0.891 0.180 97.0) |
Copy-ready code
/* CSS */
color: #fdda19;
background-color: #fdda19;
/* Tailwind (arbitrary) */
class="text-[#fdda19] bg-[#fdda19]"
/* SCSS */
$brand: #fdda19;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.098)
/* Android */
Color.parseColor("#fdda19")Accessibility — WCAG contrast
Aa
#fdda19 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda19 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow90.1%
Key (black)0.8%
Color previews
#fdda19 text on a black background
contrast 15.22:1
Card sample
#fdda19 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda19;
Background color
Panel with #fdda19 background
background-color: #fdda19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda19; background: linear-gradient(135deg, #fdda19, #88FD19);