#fcf89c
a light, electric yellow · cool · closest name: khaki
RGB
252, 248, 156
HSL
58°, 94%, 80%
CMYK
0, 2, 38, 1
Luminance
0.9023
Every format
| HEX | #fcf89c |
| RGB | rgb(252, 248, 156) |
| HSL | hsl(58, 94%, 80%) |
| CMYK | cmyk(0%, 2%, 38%, 1%) |
| LAB | lab(96.1 -11.6 44.7) |
| LCH | lch(96.1 46.1 104.6) |
| OKLCH | oklch(0.962 0.114 106.2) |
Copy-ready code
/* CSS */
color: #fcf89c;
background-color: #fcf89c;
/* Tailwind (arbitrary) */
class="text-[#fcf89c] bg-[#fcf89c]"
/* SCSS */
$brand: #fcf89c;
/* SwiftUI */
Color(red: 0.988, green: 0.973, blue: 0.612)
/* Android */
Color.parseColor("#fcf89c")Accessibility — WCAG contrast
Aa
#fcf89c on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf89c on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.3%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow38.1%
Key (black)1.2%
Color previews
#fcf89c text on a black background
contrast 19.05:1
Card sample
#fcf89c text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf89c;
Background color
Panel with #fcf89c background
background-color: #fcf89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 248, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 248, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf89c; background: linear-gradient(135deg, #fcf89c, #C0FC9C);