#fbeee2
a pale, electric orange · warm · closest name: ivory
RGB
251, 238, 226
HSL
29°, 76%, 94%
CMYK
0, 5, 10, 2
Luminance
0.8715
Every format
| HEX | #fbeee2 |
| RGB | rgb(251, 238, 226) |
| HSL | hsl(29, 76%, 94%) |
| CMYK | cmyk(0%, 5%, 10%, 2%) |
| LAB | lab(94.8 2.4 7.4) |
| LCH | lch(94.8 7.8 72.0) |
| OKLCH | oklch(0.956 0.021 65.3) |
Copy-ready code
/* CSS */
color: #fbeee2;
background-color: #fbeee2;
/* Tailwind (arbitrary) */
class="text-[#fbeee2] bg-[#fbeee2]"
/* SCSS */
$brand: #fbeee2;
/* SwiftUI */
Color(red: 0.984, green: 0.933, blue: 0.886)
/* Android */
Color.parseColor("#fbeee2")Accessibility — WCAG contrast
Aa
#fbeee2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbeee2 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green93.3%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow10.0%
Key (black)1.6%
Color previews
#fbeee2 text on a black background
contrast 18.43:1
Card sample
#fbeee2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbeee2;
Background color
Panel with #fbeee2 background
background-color: #fbeee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbeee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 238, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 238, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbeee2; background: linear-gradient(135deg, #fbeee2, #F7FBE2);