#fdfcaf
a light, electric yellow · cool · closest name: khaki
RGB
253, 252, 175
HSL
59°, 95%, 84%
CMYK
0, 0, 31, 1
Luminance
0.9360
Every format
| HEX | #fdfcaf |
| RGB | rgb(253, 252, 175) |
| HSL | hsl(59, 95%, 84%) |
| CMYK | cmyk(0%, 0%, 31%, 1%) |
| LAB | lab(97.5 -11.1 37.1) |
| LCH | lch(97.5 38.7 106.6) |
| OKLCH | oklch(0.974 0.097 107.4) |
Copy-ready code
/* CSS */
color: #fdfcaf;
background-color: #fdfcaf;
/* Tailwind (arbitrary) */
class="text-[#fdfcaf] bg-[#fdfcaf]"
/* SCSS */
$brand: #fdfcaf;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#fdfcaf")Accessibility — WCAG contrast
Aa
#fdfcaf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfcaf on black: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow30.8%
Key (black)0.8%
Color previews
#fdfcaf text on a black background
contrast 19.72:1
Card sample
#fdfcaf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfcaf;
Background color
Panel with #fdfcaf background
background-color: #fdfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfcaf; background: linear-gradient(135deg, #fdfcaf, #CAFDAF);