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