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