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