#fbeee8
a pale, vivid orange · warm · closest name: white
RGB
251, 238, 232
HSL
19°, 70%, 95%
CMYK
0, 5, 8, 2
Luminance
0.8748
Every format
| HEX | #fbeee8 |
| RGB | rgb(251, 238, 232) |
| HSL | hsl(19, 70%, 95%) |
| CMYK | cmyk(0%, 5%, 8%, 2%) |
| LAB | lab(94.9 3.4 4.5) |
| LCH | lch(94.9 5.6 52.9) |
| OKLCH | oklch(0.958 0.016 46.6) |
Copy-ready code
/* CSS */
color: #fbeee8;
background-color: #fbeee8;
/* Tailwind (arbitrary) */
class="text-[#fbeee8] bg-[#fbeee8]"
/* SCSS */
$brand: #fbeee8;
/* SwiftUI */
Color(red: 0.984, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#fbeee8")Accessibility — WCAG contrast
Aa
#fbeee8 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbeee8 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green93.3%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow7.6%
Key (black)1.6%
Color previews
#fbeee8 text on a black background
contrast 18.50:1
Card sample
#fbeee8 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbeee8;
Background color
Panel with #fbeee8 background
background-color: #fbeee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbeee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 238, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 238, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbeee8; background: linear-gradient(135deg, #fbeee8, #FBFBE8);