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