#fcdf71
a light, electric yellow · cool · closest name: khaki
RGB
252, 223, 113
HSL
48°, 96%, 72%
CMYK
0, 12, 55, 1
Luminance
0.7466
Every format
| HEX | #fcdf71 |
| RGB | rgb(252, 223, 113) |
| HSL | hsl(48, 96%, 72%) |
| CMYK | cmyk(0%, 12%, 55%, 1%) |
| LAB | lab(89.2 -3.1 56.8) |
| LCH | lch(89.2 56.9 93.1) |
| OKLCH | oklch(0.906 0.133 94.8) |
Copy-ready code
/* CSS */
color: #fcdf71;
background-color: #fcdf71;
/* Tailwind (arbitrary) */
class="text-[#fcdf71] bg-[#fcdf71]"
/* SCSS */
$brand: #fcdf71;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.443)
/* Android */
Color.parseColor("#fcdf71")Accessibility — WCAG contrast
Aa
#fcdf71 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf71 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow55.2%
Key (black)1.2%
Color previews
#fcdf71 text on a black background
contrast 15.93:1
Card sample
#fcdf71 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf71;
Background color
Panel with #fcdf71 background
background-color: #fcdf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf71; background: linear-gradient(135deg, #fcdf71, #BCFC71);