#fcdf55
a light, electric yellow · cool · closest name: gold
RGB
252, 223, 85
HSL
50°, 97%, 66%
CMYK
0, 12, 66, 1
Luminance
0.7413
Every format
| HEX | #fcdf55 |
| RGB | rgb(252, 223, 85) |
| HSL | hsl(50, 97%, 66%) |
| CMYK | cmyk(0%, 12%, 66%, 1%) |
| LAB | lab(89.0 -4.9 68.6) |
| LCH | lch(89.0 68.8 94.1) |
| OKLCH | oklch(0.903 0.156 97.2) |
Copy-ready code
/* CSS */
color: #fcdf55;
background-color: #fcdf55;
/* Tailwind (arbitrary) */
class="text-[#fcdf55] bg-[#fcdf55]"
/* SCSS */
$brand: #fcdf55;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.333)
/* Android */
Color.parseColor("#fcdf55")Accessibility — WCAG contrast
Aa
#fcdf55 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf55 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow66.3%
Key (black)1.2%
Color previews
#fcdf55 text on a black background
contrast 15.83:1
Card sample
#fcdf55 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf55;
Background color
Panel with #fcdf55 background
background-color: #fcdf55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf55; background: linear-gradient(135deg, #fcdf55, #AAFC55);