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