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