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