#fffeed
a pale, electric yellow · cool · “ivory”
RGB
255, 254, 237
HSL
57°, 100%, 97%
CMYK
0, 0, 7, 0
Luminance
0.9826
Every format
| HEX | #fffeed |
| RGB | rgb(255, 254, 237) |
| HSL | hsl(57, 100%, 97%) |
| CMYK | cmyk(0%, 0%, 7%, 0%) |
| LAB | lab(99.3 -2.5 8.2) |
| LCH | lch(99.3 8.6 107.1) |
| OKLCH | oklch(0.993 0.022 104.1) |
Copy-ready code
/* CSS */
color: #fffeed;
background-color: #fffeed;
/* Tailwind (arbitrary) */
class="text-[#fffeed] bg-[#fffeed]"
/* SCSS */
$brand: #fffeed;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.929)
/* Android */
Color.parseColor("#fffeed")Accessibility — WCAG contrast
Aa
#fffeed on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffeed on black: 20.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow7.1%
Key (black)0.0%
Color previews
#fffeed text on a black background
contrast 20.65:1
Card sample
#fffeed text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffeed;
Background color
Panel with #fffeed background
background-color: #fffeed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffeed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffeed; background: linear-gradient(135deg, #fffeed, #F4FFED);