#fcec8f
a light, electric yellow · cool · closest name: khaki
RGB
252, 236, 143
HSL
51°, 95%, 78%
CMYK
0, 6, 43, 1
Luminance
0.8267
Every format
| HEX | #fcec8f |
| RGB | rgb(252, 236, 143) |
| HSL | hsl(51, 95%, 78%) |
| CMYK | cmyk(0%, 6%, 43%, 1%) |
| LAB | lab(92.9 -7.0 46.9) |
| LCH | lch(92.9 47.4 98.5) |
| OKLCH | oklch(0.936 0.115 99.7) |
Copy-ready code
/* CSS */
color: #fcec8f;
background-color: #fcec8f;
/* Tailwind (arbitrary) */
class="text-[#fcec8f] bg-[#fcec8f]"
/* SCSS */
$brand: #fcec8f;
/* SwiftUI */
Color(red: 0.988, green: 0.925, blue: 0.561)
/* Android */
Color.parseColor("#fcec8f")Accessibility — WCAG contrast
Aa
#fcec8f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcec8f on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow43.3%
Key (black)1.2%
Color previews
#fcec8f text on a black background
contrast 17.53:1
Card sample
#fcec8f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcec8f;
Background color
Panel with #fcec8f background
background-color: #fcec8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcec8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 236, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 236, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcec8f; background: linear-gradient(135deg, #fcec8f, #C3FC8F);