#fbfdbc
a pale, electric yellow · cool · closest name: khaki
RGB
251, 253, 188
HSL
62°, 94%, 87%
CMYK
1, 0, 26, 1
Luminance
0.9439
Every format
| HEX | #fbfdbc |
| RGB | rgb(251, 253, 188) |
| HSL | hsl(62, 94%, 87%) |
| CMYK | cmyk(1%, 0%, 26%, 1%) |
| LAB | lab(97.8 -10.7 31.0) |
| LCH | lch(97.8 32.8 109.0) |
| OKLCH | oklch(0.977 0.083 109.3) |
Copy-ready code
/* CSS */
color: #fbfdbc;
background-color: #fbfdbc;
/* Tailwind (arbitrary) */
class="text-[#fbfdbc] bg-[#fbfdbc]"
/* SCSS */
$brand: #fbfdbc;
/* SwiftUI */
Color(red: 0.984, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#fbfdbc")Accessibility — WCAG contrast
Aa
#fbfdbc on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfdbc on black: 19.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green99.2%
Blue73.7%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#fbfdbc text on a black background
contrast 19.88:1
Card sample
#fbfdbc text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfdbc;
Background color
Panel with #fbfdbc background
background-color: #fbfdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfdbc; background: linear-gradient(135deg, #fbfdbc, #D0FDBC);