#fef4df
a pale, electric yellow · warm · closest name: beige
RGB
254, 244, 223
HSL
41°, 94%, 94%
CMYK
0, 4, 12, 0
Luminance
0.9110
Every format
| HEX | #fef4df |
| RGB | rgb(254, 244, 223) |
| HSL | hsl(41, 94%, 94%) |
| CMYK | cmyk(0%, 4%, 12%, 0%) |
| LAB | lab(96.5 -0.1 11.3) |
| LCH | lch(96.5 11.3 90.5) |
| OKLCH | oklch(0.969 0.030 85.6) |
Copy-ready code
/* CSS */
color: #fef4df;
background-color: #fef4df;
/* Tailwind (arbitrary) */
class="text-[#fef4df] bg-[#fef4df]"
/* SCSS */
$brand: #fef4df;
/* SwiftUI */
Color(red: 0.996, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#fef4df")Accessibility — WCAG contrast
Aa
#fef4df on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef4df on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow12.2%
Key (black)0.4%
Color previews
#fef4df text on a black background
contrast 19.22:1
Card sample
#fef4df text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef4df;
Background color
Panel with #fef4df background
background-color: #fef4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef4df; background: linear-gradient(135deg, #fef4df, #F3FEDF);