#fcd47f
a light, electric yellow · warm · closest name: khaki
RGB
252, 212, 127
HSL
41°, 95%, 74%
CMYK
0, 16, 50, 1
Luminance
0.6931
Every format
| HEX | #fcd47f |
| RGB | rgb(252, 212, 127) |
| HSL | hsl(41, 95%, 74%) |
| CMYK | cmyk(0%, 16%, 50%, 1%) |
| LAB | lab(86.7 3.6 47.0) |
| LCH | lch(86.7 47.1 85.6) |
| OKLCH | oklch(0.886 0.113 84.9) |
Copy-ready code
/* CSS */
color: #fcd47f;
background-color: #fcd47f;
/* Tailwind (arbitrary) */
class="text-[#fcd47f] bg-[#fcd47f]"
/* SCSS */
$brand: #fcd47f;
/* SwiftUI */
Color(red: 0.988, green: 0.831, blue: 0.498)
/* Android */
Color.parseColor("#fcd47f")Accessibility — WCAG contrast
Aa
#fcd47f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd47f on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow49.6%
Key (black)1.2%
Color previews
#fcd47f text on a black background
contrast 14.86:1
Card sample
#fcd47f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd47f;
Background color
Panel with #fcd47f background
background-color: #fcd47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 212, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 212, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd47f; background: linear-gradient(135deg, #fcd47f, #D1FC7F);