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