#fdfcb8
a pale, electric yellow · cool · closest name: khaki
RGB
253, 252, 184
HSL
59°, 95%, 86%
CMYK
0, 0, 27, 1
Luminance
0.9396
Every format
| HEX | #fdfcb8 |
| RGB | rgb(253, 252, 184) |
| HSL | hsl(59, 95%, 86%) |
| CMYK | cmyk(0%, 0%, 27%, 1%) |
| LAB | lab(97.6 -10.0 32.8) |
| LCH | lch(97.6 34.3 106.9) |
| OKLCH | oklch(0.976 0.086 107.2) |
Copy-ready code
/* CSS */
color: #fdfcb8;
background-color: #fdfcb8;
/* Tailwind (arbitrary) */
class="text-[#fdfcb8] bg-[#fdfcb8]"
/* SCSS */
$brand: #fdfcb8;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.722)
/* Android */
Color.parseColor("#fdfcb8")Accessibility — WCAG contrast
Aa
#fdfcb8 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfcb8 on black: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow27.3%
Key (black)0.8%
Color previews
#fdfcb8 text on a black background
contrast 19.79:1
Card sample
#fdfcb8 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfcb8;
Background color
Panel with #fdfcb8 background
background-color: #fdfcb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfcb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfcb8; background: linear-gradient(135deg, #fdfcb8, #D0FDB8);