#fcdf18
a balanced, electric yellow · cool · closest name: gold
RGB
252, 223, 24
HSL
52°, 97%, 54%
CMYK
0, 12, 91, 1
Luminance
0.7354
Every format
| HEX | #fcdf18 |
| RGB | rgb(252, 223, 24) |
| HSL | hsl(52, 97%, 54%) |
| CMYK | cmyk(0%, 12%, 91%, 1%) |
| LAB | lab(88.7 -7.0 85.9) |
| LCH | lch(88.7 86.1 94.7) |
| OKLCH | oklch(0.900 0.184 99.5) |
Copy-ready code
/* CSS */
color: #fcdf18;
background-color: #fcdf18;
/* Tailwind (arbitrary) */
class="text-[#fcdf18] bg-[#fcdf18]"
/* SCSS */
$brand: #fcdf18;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.094)
/* Android */
Color.parseColor("#fcdf18")Accessibility — WCAG contrast
Aa
#fcdf18 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf18 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow90.5%
Key (black)1.2%
Color previews
#fcdf18 text on a black background
contrast 15.71:1
Card sample
#fcdf18 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf18;
Background color
Panel with #fcdf18 background
background-color: #fcdf18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf18; background: linear-gradient(135deg, #fcdf18, #81FC18);