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