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