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