#fdfd8f
a light, electric yellow · cool · closest name: khaki
RGB
253, 253, 143
HSL
60°, 97%, 78%
CMYK
0, 0, 44, 1
Luminance
0.9312
Every format
| HEX | #fdfd8f |
| RGB | rgb(253, 253, 143) |
| HSL | hsl(60, 97%, 78%) |
| CMYK | cmyk(0%, 0%, 44%, 1%) |
| LAB | lab(97.3 -15.0 52.4) |
| LCH | lch(97.3 54.5 106.0) |
| OKLCH | oklch(0.971 0.133 108.6) |
Copy-ready code
/* CSS */
color: #fdfd8f;
background-color: #fdfd8f;
/* Tailwind (arbitrary) */
class="text-[#fdfd8f] bg-[#fdfd8f]"
/* SCSS */
$brand: #fdfd8f;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#fdfd8f")Accessibility — WCAG contrast
Aa
#fdfd8f on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfd8f on black: 19.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#fdfd8f text on a black background
contrast 19.62:1
Card sample
#fdfd8f text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfd8f;
Background color
Panel with #fdfd8f background
background-color: #fdfd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfd8f; background: linear-gradient(135deg, #fdfd8f, #B4FD8F);