#fdfebf
a pale, electric yellow · cool · closest name: khaki
RGB
253, 254, 191
HSL
61°, 97%, 87%
CMYK
0, 0, 25, 0
Luminance
0.9553
Every format
| HEX | #fdfebf |
| RGB | rgb(253, 254, 191) |
| HSL | hsl(61, 97%, 87%) |
| CMYK | cmyk(0%, 0%, 25%, 0%) |
| LAB | lab(98.2 -10.0 30.1) |
| LCH | lch(98.2 31.8 108.4) |
| OKLCH | oklch(0.981 0.080 108.5) |
Copy-ready code
/* CSS */
color: #fdfebf;
background-color: #fdfebf;
/* Tailwind (arbitrary) */
class="text-[#fdfebf] bg-[#fdfebf]"
/* SCSS */
$brand: #fdfebf;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.749)
/* Android */
Color.parseColor("#fdfebf")Accessibility — WCAG contrast
Aa
#fdfebf on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfebf on black: 20.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue74.9%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow24.8%
Key (black)0.4%
Color previews
#fdfebf text on a black background
contrast 20.11:1
Card sample
#fdfebf text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfebf;
Background color
Panel with #fdfebf background
background-color: #fdfebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfebf; background: linear-gradient(135deg, #fdfebf, #D3FEBF);