#fdfbf0
a pale, electric yellow · cool · “ivory”
RGB
253, 251, 240
HSL
51°, 77%, 97%
CMYK
0, 1, 5, 1
Luminance
0.9617
Every format
| HEX | #fdfbf0 |
| RGB | rgb(253, 251, 240) |
| HSL | hsl(51, 77%, 97%) |
| CMYK | cmyk(0%, 1%, 5%, 1%) |
| LAB | lab(98.5 -1.2 5.5) |
| LCH | lch(98.5 5.6 102.5) |
| OKLCH | oklch(0.987 0.015 98.3) |
Copy-ready code
/* CSS */
color: #fdfbf0;
background-color: #fdfbf0;
/* Tailwind (arbitrary) */
class="text-[#fdfbf0] bg-[#fdfbf0]"
/* SCSS */
$brand: #fdfbf0;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.941)
/* Android */
Color.parseColor("#fdfbf0")Accessibility — WCAG contrast
Aa
#fdfbf0 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfbf0 on black: 20.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow5.1%
Key (black)0.8%
Color previews
#fdfbf0 text on a black background
contrast 20.23:1
Card sample
#fdfbf0 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfbf0;
Background color
Panel with #fdfbf0 background
background-color: #fdfbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfbf0; background: linear-gradient(135deg, #fdfbf0, #F6FDF0);