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