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