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