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