#fbf0df
a pale, electric orange · warm · closest name: beige
RGB
251, 240, 223
HSL
36°, 78%, 93%
CMYK
0, 4, 11, 2
Luminance
0.8816
Every format
| HEX | #fbf0df |
| RGB | rgb(251, 240, 223) |
| HSL | hsl(36, 78%, 93%) |
| CMYK | cmyk(0%, 4%, 11%, 2%) |
| LAB | lab(95.2 0.9 9.5) |
| LCH | lch(95.2 9.6 84.7) |
| OKLCH | oklch(0.959 0.025 78.9) |
Copy-ready code
/* CSS */
color: #fbf0df;
background-color: #fbf0df;
/* Tailwind (arbitrary) */
class="text-[#fbf0df] bg-[#fbf0df]"
/* SCSS */
$brand: #fbf0df;
/* SwiftUI */
Color(red: 0.984, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#fbf0df")Accessibility — WCAG contrast
Aa
#fbf0df on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf0df on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green94.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow11.2%
Key (black)1.6%
Color previews
#fbf0df text on a black background
contrast 18.63:1
Card sample
#fbf0df text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf0df;
Background color
Panel with #fbf0df background
background-color: #fbf0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf0df; background: linear-gradient(135deg, #fbf0df, #F3FBDF);