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