#fdfead
a light, electric yellow · cool · closest name: khaki
RGB
253, 254, 173
HSL
61°, 98%, 84%
CMYK
0, 0, 32, 0
Luminance
0.9478
Every format
| HEX | #fdfead |
| RGB | rgb(253, 254, 173) |
| HSL | hsl(61, 98%, 84%) |
| CMYK | cmyk(0%, 0%, 32%, 0%) |
| LAB | lab(98.0 -12.3 38.7) |
| LCH | lch(98.0 40.6 107.6) |
| OKLCH | oklch(0.978 0.101 108.7) |
Copy-ready code
/* CSS */
color: #fdfead;
background-color: #fdfead;
/* Tailwind (arbitrary) */
class="text-[#fdfead] bg-[#fdfead]"
/* SCSS */
$brand: #fdfead;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.678)
/* Android */
Color.parseColor("#fdfead")Accessibility — WCAG contrast
Aa
#fdfead on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfead on black: 19.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue67.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow31.9%
Key (black)0.4%
Color previews
#fdfead text on a black background
contrast 19.96:1
Card sample
#fdfead text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfead;
Background color
Panel with #fdfead background
background-color: #fdfead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfead; background: linear-gradient(135deg, #fdfead, #C7FEAD);