#fbfdce
a pale, electric yellow · cool · closest name: beige
RGB
251, 253, 206
HSL
63°, 92%, 90%
CMYK
1, 0, 19, 1
Luminance
0.9522
Every format
| HEX | #fbfdce |
| RGB | rgb(251, 253, 206) |
| HSL | hsl(63, 92%, 90%) |
| CMYK | cmyk(1%, 0%, 19%, 1%) |
| LAB | lab(98.1 -8.2 22.3) |
| LCH | lch(98.1 23.8 110.2) |
| OKLCH | oklch(0.981 0.061 109.5) |
Copy-ready code
/* CSS */
color: #fbfdce;
background-color: #fbfdce;
/* Tailwind (arbitrary) */
class="text-[#fbfdce] bg-[#fbfdce]"
/* SCSS */
$brand: #fbfdce;
/* SwiftUI */
Color(red: 0.984, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#fbfdce")Accessibility — WCAG contrast
Aa
#fbfdce on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfdce on black: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green99.2%
Blue80.8%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#fbfdce text on a black background
contrast 20.04:1
Card sample
#fbfdce text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfdce;
Background color
Panel with #fbfdce background
background-color: #fbfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfdce; background: linear-gradient(135deg, #fbfdce, #DCFDCE);