#fbffbd
a pale, electric yellow · cool · closest name: khaki
RGB
251, 255, 189
HSL
64°, 100%, 87%
CMYK
2, 0, 26, 0
Luminance
0.9570
Every format
| HEX | #fbffbd |
| RGB | rgb(251, 255, 189) |
| HSL | hsl(64, 100%, 87%) |
| CMYK | cmyk(2%, 0%, 26%, 0%) |
| LAB | lab(98.3 -11.5 31.2) |
| LCH | lch(98.3 33.3 110.3) |
| OKLCH | oklch(0.981 0.084 110.7) |
Copy-ready code
/* CSS */
color: #fbffbd;
background-color: #fbffbd;
/* Tailwind (arbitrary) */
class="text-[#fbffbd] bg-[#fbffbd]"
/* SCSS */
$brand: #fbffbd;
/* SwiftUI */
Color(red: 0.984, green: 1.000, blue: 0.741)
/* Android */
Color.parseColor("#fbffbd")Accessibility — WCAG contrast
Aa
#fbffbd on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbffbd on black: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green100.0%
Blue74.1%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow25.9%
Key (black)0.0%
Color previews
#fbffbd text on a black background
contrast 20.14:1
Card sample
#fbffbd text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbffbd;
Background color
Panel with #fbffbd background
background-color: #fbffbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbffbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 255, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 255, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbffbd; background: linear-gradient(135deg, #fbffbd, #CFFFBD);