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