#fffef4
a pale, electric yellow · cool · closest name: ivory
RGB
255, 254, 244
HSL
55°, 100%, 98%
CMYK
0, 0, 4, 0
Luminance
0.9868
Every format
| HEX | #fffef4 |
| RGB | rgb(255, 254, 244) |
| HSL | hsl(55, 100%, 98%) |
| CMYK | cmyk(0%, 0%, 4%, 0%) |
| LAB | lab(99.5 -1.4 4.9) |
| LCH | lch(99.5 5.1 105.8) |
| OKLCH | oklch(0.995 0.013 102.0) |
Copy-ready code
/* CSS */
color: #fffef4;
background-color: #fffef4;
/* Tailwind (arbitrary) */
class="text-[#fffef4] bg-[#fffef4]"
/* SCSS */
$brand: #fffef4;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.957)
/* Android */
Color.parseColor("#fffef4")Accessibility — WCAG contrast
Aa
#fffef4 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffef4 on black: 20.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow4.3%
Key (black)0.0%
Color previews
#fffef4 text on a black background
contrast 20.74:1
Card sample
#fffef4 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffef4;
Background color
Panel with #fffef4 background
background-color: #fffef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffef4; background: linear-gradient(135deg, #fffef4, #F9FFF4);