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