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