#fcda7f
a light, electric yellow · warm · closest name: khaki
RGB
252, 218, 127
HSL
44°, 95%, 74%
CMYK
0, 14, 50, 1
Luminance
0.7237
Every format
| HEX | #fcda7f |
| RGB | rgb(252, 218, 127) |
| HSL | hsl(44, 95%, 74%) |
| CMYK | cmyk(0%, 14%, 50%, 1%) |
| LAB | lab(88.2 0.6 48.8) |
| LCH | lch(88.2 48.8 89.3) |
| OKLCH | oklch(0.898 0.117 89.5) |
Copy-ready code
/* CSS */
color: #fcda7f;
background-color: #fcda7f;
/* Tailwind (arbitrary) */
class="text-[#fcda7f] bg-[#fcda7f]"
/* SCSS */
$brand: #fcda7f;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.498)
/* Android */
Color.parseColor("#fcda7f")Accessibility — WCAG contrast
Aa
#fcda7f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcda7f on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow49.6%
Key (black)1.2%
Color previews
#fcda7f text on a black background
contrast 15.47:1
Card sample
#fcda7f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcda7f;
Background color
Panel with #fcda7f background
background-color: #fcda7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcda7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcda7f; background: linear-gradient(135deg, #fcda7f, #CBFC7F);