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