#fbffeb
a pale, electric green · cool · closest name: ivory
RGB
251, 255, 235
HSL
72°, 100%, 96%
CMYK
2, 0, 8, 0
Luminance
0.9803
Every format
| HEX | #fbffeb |
| RGB | rgb(251, 255, 235) |
| HSL | hsl(72, 100%, 96%) |
| CMYK | cmyk(2%, 0%, 8%, 0%) |
| LAB | lab(99.2 -4.7 9.1) |
| LCH | lch(99.2 10.3 117.5) |
| OKLCH | oklch(0.992 0.026 116.1) |
Copy-ready code
/* CSS */
color: #fbffeb;
background-color: #fbffeb;
/* Tailwind (arbitrary) */
class="text-[#fbffeb] bg-[#fbffeb]"
/* SCSS */
$brand: #fbffeb;
/* SwiftUI */
Color(red: 0.984, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#fbffeb")Accessibility — WCAG contrast
Aa
#fbffeb on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbffeb on black: 20.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green100.0%
Blue92.2%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#fbffeb text on a black background
contrast 20.61:1
Card sample
#fbffeb text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbffeb;
Background color
Panel with #fbffeb background
background-color: #fbffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbffeb; background: linear-gradient(135deg, #fbffeb, #EEFFEB);