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