#fefece
a pale, electric yellow · cool · closest name: beige
RGB
254, 254, 206
HSL
60°, 96%, 90%
CMYK
0, 0, 19, 0
Luminance
0.9641
Every format
| HEX | #fefece |
| RGB | rgb(254, 254, 206) |
| HSL | hsl(60, 96%, 90%) |
| CMYK | cmyk(0%, 0%, 19%, 0%) |
| LAB | lab(98.6 -7.6 23.0) |
| LCH | lch(98.6 24.3 108.3) |
| OKLCH | oklch(0.985 0.062 107.5) |
Copy-ready code
/* CSS */
color: #fefece;
background-color: #fefece;
/* Tailwind (arbitrary) */
class="text-[#fefece] bg-[#fefece]"
/* SCSS */
$brand: #fefece;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.808)
/* Android */
Color.parseColor("#fefece")Accessibility — WCAG contrast
Aa
#fefece on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefece on black: 20.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow18.9%
Key (black)0.4%
Color previews
#fefece text on a black background
contrast 20.28:1
Card sample
#fefece text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefece;
Background color
Panel with #fefece background
background-color: #fefece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefece; background: linear-gradient(135deg, #fefece, #DEFECE);