#fdfcef
a pale, electric yellow · cool · “ivory”
RGB
253, 252, 239
HSL
56°, 78%, 97%
CMYK
0, 0, 6, 1
Luminance
0.9674
Every format
| HEX | #fdfcef |
| RGB | rgb(253, 252, 239) |
| HSL | hsl(56, 78%, 97%) |
| CMYK | cmyk(0%, 0%, 6%, 1%) |
| LAB | lab(98.7 -1.9 6.3) |
| LCH | lch(98.7 6.6 106.6) |
| OKLCH | oklch(0.988 0.017 103.1) |
Copy-ready code
/* CSS */
color: #fdfcef;
background-color: #fdfcef;
/* Tailwind (arbitrary) */
class="text-[#fdfcef] bg-[#fdfcef]"
/* SCSS */
$brand: #fdfcef;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.937)
/* Android */
Color.parseColor("#fdfcef")Accessibility — WCAG contrast
Aa
#fdfcef on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfcef on black: 20.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow5.5%
Key (black)0.8%
Color previews
#fdfcef text on a black background
contrast 20.35:1
Card sample
#fdfcef text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfcef;
Background color
Panel with #fdfcef background
background-color: #fdfcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfcef; background: linear-gradient(135deg, #fdfcef, #F5FDEF);