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