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