#fbfdec
a pale, electric yellow · cool · “ivory”
RGB
251, 253, 236
HSL
67°, 81%, 96%
CMYK
1, 0, 7, 1
Luminance
0.9682
Every format
| HEX | #fbfdec |
| RGB | rgb(251, 253, 236) |
| HSL | hsl(67, 81%, 96%) |
| CMYK | cmyk(1%, 0%, 7%, 1%) |
| LAB | lab(98.8 -3.6 7.9) |
| LCH | lch(98.8 8.7 114.3) |
| OKLCH | oklch(0.988 0.022 112.2) |
Copy-ready code
/* CSS */
color: #fbfdec;
background-color: #fbfdec;
/* Tailwind (arbitrary) */
class="text-[#fbfdec] bg-[#fbfdec]"
/* SCSS */
$brand: #fbfdec;
/* SwiftUI */
Color(red: 0.984, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#fbfdec")Accessibility — WCAG contrast
Aa
#fbfdec on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfdec on black: 20.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green99.2%
Blue92.5%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#fbfdec text on a black background
contrast 20.36:1
Card sample
#fbfdec text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfdec;
Background color
Panel with #fbfdec background
background-color: #fbfdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfdec; background: linear-gradient(135deg, #fbfdec, #F0FDEC);