#fbfef2
a pale, electric green · cool · “ivory”
RGB
251, 254, 242
HSL
75°, 86%, 97%
CMYK
1, 0, 5, 0
Luminance
0.9780
Every format
| HEX | #fbfef2 |
| RGB | rgb(251, 254, 242) |
| HSL | hsl(75, 86%, 97%) |
| CMYK | cmyk(1%, 0%, 5%, 0%) |
| LAB | lab(99.1 -3.1 5.4) |
| LCH | lch(99.1 6.2 119.6) |
| OKLCH | oklch(0.992 0.016 118.1) |
Copy-ready code
/* CSS */
color: #fbfef2;
background-color: #fbfef2;
/* Tailwind (arbitrary) */
class="text-[#fbfef2] bg-[#fbfef2]"
/* SCSS */
$brand: #fbfef2;
/* SwiftUI */
Color(red: 0.984, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#fbfef2")Accessibility — WCAG contrast
Aa
#fbfef2 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfef2 on black: 20.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green99.6%
Blue94.9%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#fbfef2 text on a black background
contrast 20.56:1
Card sample
#fbfef2 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfef2;
Background color
Panel with #fbfef2 background
background-color: #fbfef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfef2; background: linear-gradient(135deg, #fbfef2, #F3FEF2);