#fdfce7
a pale, electric yellow · cool · closest name: ivory
RGB
253, 252, 231
HSL
57°, 85%, 95%
CMYK
0, 0, 9, 1
Luminance
0.9627
Every format
| HEX | #fdfce7 |
| RGB | rgb(253, 252, 231) |
| HSL | hsl(57, 85%, 95%) |
| CMYK | cmyk(0%, 0%, 9%, 1%) |
| LAB | lab(98.5 -3.2 10.2) |
| LCH | lch(98.5 10.7 107.4) |
| OKLCH | oklch(0.986 0.028 104.7) |
Copy-ready code
/* CSS */
color: #fdfce7;
background-color: #fdfce7;
/* Tailwind (arbitrary) */
class="text-[#fdfce7] bg-[#fdfce7]"
/* SCSS */
$brand: #fdfce7;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.906)
/* Android */
Color.parseColor("#fdfce7")Accessibility — WCAG contrast
Aa
#fdfce7 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfce7 on black: 20.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow8.7%
Key (black)0.8%
Color previews
#fdfce7 text on a black background
contrast 20.25:1
Card sample
#fdfce7 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfce7;
Background color
Panel with #fdfce7 background
background-color: #fdfce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfce7; background: linear-gradient(135deg, #fdfce7, #EFFDE7);