#fdcd44
a balanced, electric yellow · warm · closest name: gold
RGB
253, 205, 68
HSL
44°, 98%, 63%
CMYK
0, 19, 73, 1
Luminance
0.6496
Every format
| HEX | #fdcd44 |
| RGB | rgb(253, 205, 68) |
| HSL | hsl(44, 98%, 63%) |
| CMYK | cmyk(0%, 19%, 73%, 1%) |
| LAB | lab(84.5 3.8 70.7) |
| LCH | lch(84.5 70.8 86.9) |
| OKLCH | oklch(0.868 0.156 88.7) |
Copy-ready code
/* CSS */
color: #fdcd44;
background-color: #fdcd44;
/* Tailwind (arbitrary) */
class="text-[#fdcd44] bg-[#fdcd44]"
/* SCSS */
$brand: #fdcd44;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.267)
/* Android */
Color.parseColor("#fdcd44")Accessibility — WCAG contrast
Aa
#fdcd44 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd44 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow73.1%
Key (black)0.8%
Color previews
#fdcd44 text on a black background
contrast 13.99:1
Card sample
#fdcd44 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd44;
Background color
Panel with #fdcd44 background
background-color: #fdcd44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd44; background: linear-gradient(135deg, #fdcd44, #B2FD44);