#fbebdf
a pale, electric orange · warm · closest name: ivory
RGB
251, 235, 223
HSL
26°, 78%, 93%
CMYK
0, 6, 11, 2
Luminance
0.8525
Every format
| HEX | #fbebdf |
| RGB | rgb(251, 235, 223) |
| HSL | hsl(26, 78%, 93%) |
| CMYK | cmyk(0%, 6%, 11%, 2%) |
| LAB | lab(94.0 3.4 7.8) |
| LCH | lch(94.0 8.5 66.1) |
| OKLCH | oklch(0.950 0.024 59.4) |
Copy-ready code
/* CSS */
color: #fbebdf;
background-color: #fbebdf;
/* Tailwind (arbitrary) */
class="text-[#fbebdf] bg-[#fbebdf]"
/* SCSS */
$brand: #fbebdf;
/* SwiftUI */
Color(red: 0.984, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#fbebdf")Accessibility — WCAG contrast
Aa
#fbebdf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbebdf on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green92.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow11.2%
Key (black)1.6%
Color previews
#fbebdf text on a black background
contrast 18.05:1
Card sample
#fbebdf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbebdf;
Background color
Panel with #fbebdf background
background-color: #fbebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbebdf; background: linear-gradient(135deg, #fbebdf, #F8FBDF);