#fefcf5
a pale, electric yellow · cool · closest name: white
RGB
254, 252, 245
HSL
47°, 82%, 98%
CMYK
0, 1, 4, 0
Luminance
0.9728
Every format
| HEX | #fefcf5 |
| RGB | rgb(254, 252, 245) |
| HSL | hsl(47, 82%, 98%) |
| CMYK | cmyk(0%, 1%, 4%, 0%) |
| LAB | lab(98.9 -0.5 3.6) |
| LCH | lch(98.9 3.6 98.6) |
| OKLCH | oklch(0.991 0.009 93.6) |
Copy-ready code
/* CSS */
color: #fefcf5;
background-color: #fefcf5;
/* Tailwind (arbitrary) */
class="text-[#fefcf5] bg-[#fefcf5]"
/* SCSS */
$brand: #fefcf5;
/* SwiftUI */
Color(red: 0.996, green: 0.988, blue: 0.961)
/* Android */
Color.parseColor("#fefcf5")Accessibility — WCAG contrast
Aa
#fefcf5 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefcf5 on black: 20.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.8%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow3.5%
Key (black)0.4%
Color previews
#fefcf5 text on a black background
contrast 20.46:1
Card sample
#fefcf5 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefcf5;
Background color
Panel with #fefcf5 background
background-color: #fefcf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefcf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 252, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 252, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefcf5; background: linear-gradient(135deg, #fefcf5, #FAFEF5);