#fdfecc
a pale, electric yellow · cool · closest name: beige
RGB
253, 254, 204
HSL
61°, 96%, 90%
CMYK
0, 0, 20, 0
Luminance
0.9613
Every format
| HEX | #fdfecc |
| RGB | rgb(253, 254, 204) |
| HSL | hsl(61, 96%, 90%) |
| CMYK | cmyk(0%, 0%, 20%, 0%) |
| LAB | lab(98.5 -8.3 23.9) |
| LCH | lch(98.5 25.3 109.1) |
| OKLCH | oklch(0.984 0.064 108.5) |
Copy-ready code
/* CSS */
color: #fdfecc;
background-color: #fdfecc;
/* Tailwind (arbitrary) */
class="text-[#fdfecc] bg-[#fdfecc]"
/* SCSS */
$brand: #fdfecc;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#fdfecc")Accessibility — WCAG contrast
Aa
#fdfecc on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfecc on black: 20.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue80.0%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#fdfecc text on a black background
contrast 20.23:1
Card sample
#fdfecc text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfecc;
Background color
Panel with #fdfecc background
background-color: #fdfecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfecc; background: linear-gradient(135deg, #fdfecc, #DCFECC);