#fbffdf
a pale, electric yellow · cool · closest name: beige
RGB
251, 255, 223
HSL
68°, 100%, 94%
CMYK
2, 0, 13, 0
Luminance
0.9736
Every format
| HEX | #fbffdf |
| RGB | rgb(251, 255, 223) |
| HSL | hsl(68, 100%, 94%) |
| CMYK | cmyk(2%, 0%, 13%, 0%) |
| LAB | lab(99.0 -6.7 14.9) |
| LCH | lch(99.0 16.3 114.1) |
| OKLCH | oklch(0.989 0.042 112.9) |
Copy-ready code
/* CSS */
color: #fbffdf;
background-color: #fbffdf;
/* Tailwind (arbitrary) */
class="text-[#fbffdf] bg-[#fbffdf]"
/* SCSS */
$brand: #fbffdf;
/* SwiftUI */
Color(red: 0.984, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#fbffdf")Accessibility — WCAG contrast
Aa
#fbffdf on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbffdf on black: 20.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green100.0%
Blue87.5%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#fbffdf text on a black background
contrast 20.47:1
Card sample
#fbffdf text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbffdf;
Background color
Panel with #fbffdf background
background-color: #fbffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbffdf; background: linear-gradient(135deg, #fbffdf, #E6FFDF);