#fdfe6f
a light, electric yellow · cool · closest name: khaki
RGB
253, 254, 111
HSL
60°, 99%, 72%
CMYK
0, 0, 56, 0
Luminance
0.9291
Every format
| HEX | #fdfe6f |
| RGB | rgb(253, 254, 111) |
| HSL | hsl(60, 99%, 72%) |
| CMYK | cmyk(0%, 0%, 56%, 0%) |
| LAB | lab(97.2 -18.1 66.8) |
| LCH | lch(97.2 69.2 105.2) |
| OKLCH | oklch(0.970 0.164 109.5) |
Copy-ready code
/* CSS */
color: #fdfe6f;
background-color: #fdfe6f;
/* Tailwind (arbitrary) */
class="text-[#fdfe6f] bg-[#fdfe6f]"
/* SCSS */
$brand: #fdfe6f;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.435)
/* Android */
Color.parseColor("#fdfe6f")Accessibility — WCAG contrast
Aa
#fdfe6f on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe6f on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue43.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow56.3%
Key (black)0.4%
Color previews
#fdfe6f text on a black background
contrast 19.58:1
Card sample
#fdfe6f text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe6f;
Background color
Panel with #fdfe6f background
background-color: #fdfe6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe6f; background: linear-gradient(135deg, #fdfe6f, #9EFE6F);