#fbefcd
a pale, electric yellow · warm · closest name: beige
RGB
251, 239, 205
HSL
44°, 85%, 89%
CMYK
0, 5, 18, 2
Luminance
0.8665
Every format
| HEX | #fbefcd |
| RGB | rgb(251, 239, 205) |
| HSL | hsl(44, 85%, 89%) |
| CMYK | cmyk(0%, 5%, 18%, 2%) |
| LAB | lab(94.6 -1.3 17.9) |
| LCH | lch(94.6 18.0 94.3) |
| OKLCH | oklch(0.953 0.046 90.9) |
Copy-ready code
/* CSS */
color: #fbefcd;
background-color: #fbefcd;
/* Tailwind (arbitrary) */
class="text-[#fbefcd] bg-[#fbefcd]"
/* SCSS */
$brand: #fbefcd;
/* SwiftUI */
Color(red: 0.984, green: 0.937, blue: 0.804)
/* Android */
Color.parseColor("#fbefcd")Accessibility — WCAG contrast
Aa
#fbefcd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbefcd on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green93.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow18.3%
Key (black)1.6%
Color previews
#fbefcd text on a black background
contrast 18.33:1
Card sample
#fbefcd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbefcd;
Background color
Panel with #fbefcd background
background-color: #fbefcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbefcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 239, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 239, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbefcd; background: linear-gradient(135deg, #fbefcd, #E8FBCD);