#feffdf
a pale, electric yellow · cool · closest name: beige
RGB
254, 255, 223
HSL
62°, 100%, 94%
CMYK
0, 0, 13, 0
Luminance
0.9792
Every format
| HEX | #feffdf |
| RGB | rgb(254, 255, 223) |
| HSL | hsl(62, 100%, 94%) |
| CMYK | cmyk(0%, 0%, 13%, 0%) |
| LAB | lab(99.2 -5.6 15.2) |
| LCH | lch(99.2 16.2 110.3) |
| OKLCH | oklch(0.991 0.042 108.6) |
Copy-ready code
/* CSS */
color: #feffdf;
background-color: #feffdf;
/* Tailwind (arbitrary) */
class="text-[#feffdf] bg-[#feffdf]"
/* SCSS */
$brand: #feffdf;
/* SwiftUI */
Color(red: 0.996, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#feffdf")Accessibility — WCAG contrast
Aa
#feffdf on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feffdf on black: 20.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green100.0%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#feffdf text on a black background
contrast 20.58:1
Card sample
#feffdf text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feffdf;
Background color
Panel with #feffdf background
background-color: #feffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feffdf; background: linear-gradient(135deg, #feffdf, #E9FFDF);