#fbfee3
a pale, electric yellow · cool · closest name: beige
RGB
251, 254, 227
HSL
67°, 93%, 94%
CMYK
1, 0, 11, 0
Luminance
0.9694
Every format
| HEX | #fbfee3 |
| RGB | rgb(251, 254, 227) |
| HSL | hsl(67, 93%, 94%) |
| CMYK | cmyk(1%, 0%, 11%, 0%) |
| LAB | lab(98.8 -5.5 12.6) |
| LCH | lch(98.8 13.7 113.7) |
| OKLCH | oklch(0.988 0.035 112.2) |
Copy-ready code
/* CSS */
color: #fbfee3;
background-color: #fbfee3;
/* Tailwind (arbitrary) */
class="text-[#fbfee3] bg-[#fbfee3]"
/* SCSS */
$brand: #fbfee3;
/* SwiftUI */
Color(red: 0.984, green: 0.996, blue: 0.890)
/* Android */
Color.parseColor("#fbfee3")Accessibility — WCAG contrast
Aa
#fbfee3 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfee3 on black: 20.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green99.6%
Blue89.0%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow10.6%
Key (black)0.4%
Color previews
#fbfee3 text on a black background
contrast 20.39:1
Card sample
#fbfee3 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfee3;
Background color
Panel with #fbfee3 background
background-color: #fbfee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 254, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 254, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfee3; background: linear-gradient(135deg, #fbfee3, #E9FEE3);