#fcfd7f
a light, electric yellow · cool · closest name: khaki
RGB
252, 253, 127
HSL
61°, 97%, 75%
CMYK
0, 0, 50, 1
Luminance
0.9248
Every format
| HEX | #fcfd7f |
| RGB | rgb(252, 253, 127) |
| HSL | hsl(61, 97%, 75%) |
| CMYK | cmyk(0%, 0%, 50%, 1%) |
| LAB | lab(97.0 -16.8 59.5) |
| LCH | lch(97.0 61.8 105.8) |
| OKLCH | oklch(0.968 0.148 109.3) |
Copy-ready code
/* CSS */
color: #fcfd7f;
background-color: #fcfd7f;
/* Tailwind (arbitrary) */
class="text-[#fcfd7f] bg-[#fcfd7f]"
/* SCSS */
$brand: #fcfd7f;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#fcfd7f")Accessibility — WCAG contrast
Aa
#fcfd7f on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd7f on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue49.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#fcfd7f text on a black background
contrast 19.50:1
Card sample
#fcfd7f text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd7f;
Background color
Panel with #fcfd7f background
background-color: #fcfd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd7f; background: linear-gradient(135deg, #fcfd7f, #A8FD7F);