#fdfef7
a pale, electric yellow · cool · closest name: white
RGB
253, 254, 247
HSL
69°, 78%, 98%
CMYK
0, 0, 3, 0
Luminance
0.9848
Every format
| HEX | #fdfef7 |
| RGB | rgb(253, 254, 247) |
| HSL | hsl(69, 78%, 98%) |
| CMYK | cmyk(0%, 0%, 3%, 0%) |
| LAB | lab(99.4 -1.5 3.2) |
| LCH | lch(99.4 3.6 115.6) |
| OKLCH | oklch(0.994 0.009 113.2) |
Copy-ready code
/* CSS */
color: #fdfef7;
background-color: #fdfef7;
/* Tailwind (arbitrary) */
class="text-[#fdfef7] bg-[#fdfef7]"
/* SCSS */
$brand: #fdfef7;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.969)
/* Android */
Color.parseColor("#fdfef7")Accessibility — WCAG contrast
Aa
#fdfef7 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfef7 on black: 20.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue96.9%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow2.8%
Key (black)0.4%
Color previews
#fdfef7 text on a black background
contrast 20.70:1
Card sample
#fdfef7 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfef7;
Background color
Panel with #fdfef7 background
background-color: #fdfef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfef7; background: linear-gradient(135deg, #fdfef7, #F8FEF7);