#fcfd98
a light, electric yellow · cool · closest name: khaki
RGB
252, 253, 152
HSL
61°, 96%, 79%
CMYK
0, 0, 40, 1
Luminance
0.9321
Every format
| HEX | #fcfd98 |
| RGB | rgb(252, 253, 152) |
| HSL | hsl(61, 96%, 79%) |
| CMYK | cmyk(0%, 0%, 40%, 1%) |
| LAB | lab(97.3 -14.5 48.1) |
| LCH | lch(97.3 50.3 106.8) |
| OKLCH | oklch(0.972 0.123 109.0) |
Copy-ready code
/* CSS */
color: #fcfd98;
background-color: #fcfd98;
/* Tailwind (arbitrary) */
class="text-[#fcfd98] bg-[#fcfd98]"
/* SCSS */
$brand: #fcfd98;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.596)
/* Android */
Color.parseColor("#fcfd98")Accessibility — WCAG contrast
Aa
#fcfd98 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd98 on black: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue59.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow39.9%
Key (black)0.8%
Color previews
#fcfd98 text on a black background
contrast 19.64:1
Card sample
#fcfd98 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd98;
Background color
Panel with #fcfd98 background
background-color: #fcfd98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd98; background: linear-gradient(135deg, #fcfd98, #B9FD98);