#fbeee5
a pale, vivid orange · warm · closest name: ivory
RGB
251, 238, 229
HSL
25°, 73%, 94%
CMYK
0, 5, 9, 2
Luminance
0.8732
Every format
| HEX | #fbeee5 |
| RGB | rgb(251, 238, 229) |
| HSL | hsl(25, 73%, 94%) |
| CMYK | cmyk(0%, 5%, 9%, 2%) |
| LAB | lab(94.9 2.9 5.9) |
| LCH | lch(94.9 6.6 64.1) |
| OKLCH | oklch(0.957 0.018 57.2) |
Copy-ready code
/* CSS */
color: #fbeee5;
background-color: #fbeee5;
/* Tailwind (arbitrary) */
class="text-[#fbeee5] bg-[#fbeee5]"
/* SCSS */
$brand: #fbeee5;
/* SwiftUI */
Color(red: 0.984, green: 0.933, blue: 0.898)
/* Android */
Color.parseColor("#fbeee5")Accessibility — WCAG contrast
Aa
#fbeee5 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbeee5 on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green93.3%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow8.8%
Key (black)1.6%
Color previews
#fbeee5 text on a black background
contrast 18.46:1
Card sample
#fbeee5 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbeee5;
Background color
Panel with #fbeee5 background
background-color: #fbeee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbeee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 238, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 238, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbeee5; background: linear-gradient(135deg, #fbeee5, #F9FBE5);