#fbfff2
a pale, electric green · cool · “ivory”
RGB
251, 255, 242
HSL
79°, 100%, 98%
CMYK
2, 0, 5, 0
Luminance
0.9844
Every format
| HEX | #fbfff2 |
| RGB | rgb(251, 255, 242) |
| HSL | hsl(79, 100%, 98%) |
| CMYK | cmyk(2%, 0%, 5%, 0%) |
| LAB | lab(99.4 -3.6 5.8) |
| LCH | lch(99.4 6.8 121.8) |
| OKLCH | oklch(0.994 0.018 120.7) |
Copy-ready code
/* CSS */
color: #fbfff2;
background-color: #fbfff2;
/* Tailwind (arbitrary) */
class="text-[#fbfff2] bg-[#fbfff2]"
/* SCSS */
$brand: #fbfff2;
/* SwiftUI */
Color(red: 0.984, green: 1.000, blue: 0.949)
/* Android */
Color.parseColor("#fbfff2")Accessibility — WCAG contrast
Aa
#fbfff2 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfff2 on black: 20.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green100.0%
Blue94.9%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow5.1%
Key (black)0.0%
Color previews
#fbfff2 text on a black background
contrast 20.69:1
Card sample
#fbfff2 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfff2;
Background color
Panel with #fbfff2 background
background-color: #fbfff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 255, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 255, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfff2; background: linear-gradient(135deg, #fbfff2, #F3FFF2);