#fefcdf
a pale, electric yellow · cool · closest name: beige
RGB
254, 252, 223
HSL
56°, 94%, 94%
CMYK
0, 1, 12, 0
Luminance
0.9602
Every format
| HEX | #fefcdf |
| RGB | rgb(254, 252, 223) |
| HSL | hsl(56, 94%, 94%) |
| CMYK | cmyk(0%, 1%, 12%, 0%) |
| LAB | lab(98.4 -4.1 14.1) |
| LCH | lch(98.4 14.7 106.2) |
| OKLCH | oklch(0.985 0.038 103.8) |
Copy-ready code
/* CSS */
color: #fefcdf;
background-color: #fefcdf;
/* Tailwind (arbitrary) */
class="text-[#fefcdf] bg-[#fefcdf]"
/* SCSS */
$brand: #fefcdf;
/* SwiftUI */
Color(red: 0.996, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#fefcdf")Accessibility — WCAG contrast
Aa
#fefcdf on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefcdf on black: 20.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow12.2%
Key (black)0.4%
Color previews
#fefcdf text on a black background
contrast 20.20:1
Card sample
#fefcdf text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefcdf;
Background color
Panel with #fefcdf background
background-color: #fefcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefcdf; background: linear-gradient(135deg, #fefcdf, #EBFEDF);