#fdfba3
a light, electric yellow · cool · closest name: khaki
RGB
253, 251, 163
HSL
59°, 96%, 82%
CMYK
0, 1, 36, 1
Luminance
0.9252
Every format
| HEX | #fdfba3 |
| RGB | rgb(253, 251, 163) |
| HSL | hsl(59, 96%, 82%) |
| CMYK | cmyk(0%, 1%, 36%, 1%) |
| LAB | lab(97.0 -12.0 42.5) |
| LCH | lch(97.0 44.1 105.7) |
| OKLCH | oklch(0.970 0.109 107.2) |
Copy-ready code
/* CSS */
color: #fdfba3;
background-color: #fdfba3;
/* Tailwind (arbitrary) */
class="text-[#fdfba3] bg-[#fdfba3]"
/* SCSS */
$brand: #fdfba3;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.639)
/* Android */
Color.parseColor("#fdfba3")Accessibility — WCAG contrast
Aa
#fdfba3 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfba3 on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow35.6%
Key (black)0.8%
Color previews
#fdfba3 text on a black background
contrast 19.50:1
Card sample
#fdfba3 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfba3;
Background color
Panel with #fdfba3 background
background-color: #fdfba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfba3; background: linear-gradient(135deg, #fdfba3, #C3FDA3);