#fcfd8c
a light, electric yellow · cool · closest name: khaki
RGB
252, 253, 140
HSL
61°, 97%, 77%
CMYK
0, 0, 45, 1
Luminance
0.9284
Every format
| HEX | #fcfd8c |
| RGB | rgb(252, 253, 140) |
| HSL | hsl(61, 97%, 77%) |
| CMYK | cmyk(0%, 0%, 45%, 1%) |
| LAB | lab(97.2 -15.7 53.7) |
| LCH | lch(97.2 55.9 106.3) |
| OKLCH | oklch(0.970 0.136 109.1) |
Copy-ready code
/* CSS */
color: #fcfd8c;
background-color: #fcfd8c;
/* Tailwind (arbitrary) */
class="text-[#fcfd8c] bg-[#fcfd8c]"
/* SCSS */
$brand: #fcfd8c;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.549)
/* Android */
Color.parseColor("#fcfd8c")Accessibility — WCAG contrast
Aa
#fcfd8c on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd8c on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue54.9%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow44.7%
Key (black)0.8%
Color previews
#fcfd8c text on a black background
contrast 19.57:1
Card sample
#fcfd8c text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd8c;
Background color
Panel with #fcfd8c background
background-color: #fcfd8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd8c; background: linear-gradient(135deg, #fcfd8c, #B1FD8C);