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