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