#fdfb8e
a light, electric yellow · cool · closest name: khaki
RGB
253, 251, 142
HSL
59°, 97%, 78%
CMYK
0, 1, 44, 1
Luminance
0.9183
Every format
| HEX | #fdfb8e |
| RGB | rgb(253, 251, 142) |
| HSL | hsl(59, 97%, 78%) |
| CMYK | cmyk(0%, 1%, 44%, 1%) |
| LAB | lab(96.8 -14.1 52.2) |
| LCH | lch(96.8 54.1 105.1) |
| OKLCH | oklch(0.967 0.132 107.7) |
Copy-ready code
/* CSS */
color: #fdfb8e;
background-color: #fdfb8e;
/* Tailwind (arbitrary) */
class="text-[#fdfb8e] bg-[#fdfb8e]"
/* SCSS */
$brand: #fdfb8e;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.557)
/* Android */
Color.parseColor("#fdfb8e")Accessibility — WCAG contrast
Aa
#fdfb8e on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfb8e on black: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow43.9%
Key (black)0.8%
Color previews
#fdfb8e text on a black background
contrast 19.37:1
Card sample
#fdfb8e text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfb8e;
Background color
Panel with #fdfb8e background
background-color: #fdfb8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfb8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb8e; background: linear-gradient(135deg, #fdfb8e, #B5FD8E);