#fffece
a pale, electric yellow · cool · closest name: beige
RGB
255, 254, 206
HSL
59°, 100%, 90%
CMYK
0, 0, 19, 0
Luminance
0.9660
Every format
| HEX | #fffece |
| RGB | rgb(255, 254, 206) |
| HSL | hsl(59, 100%, 90%) |
| CMYK | cmyk(0%, 0%, 19%, 0%) |
| LAB | lab(98.7 -7.3 23.1) |
| LCH | lch(98.7 24.3 107.4) |
| OKLCH | oklch(0.986 0.062 106.5) |
Copy-ready code
/* CSS */
color: #fffece;
background-color: #fffece;
/* Tailwind (arbitrary) */
class="text-[#fffece] bg-[#fffece]"
/* SCSS */
$brand: #fffece;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.808)
/* Android */
Color.parseColor("#fffece")Accessibility — WCAG contrast
Aa
#fffece on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffece on black: 20.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow19.2%
Key (black)0.0%
Color previews
#fffece text on a black background
contrast 20.32:1
Card sample
#fffece text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffece;
Background color
Panel with #fffece background
background-color: #fffece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffece; background: linear-gradient(135deg, #fffece, #DFFFCE);