#fcebbe
a pale, electric yellow · warm · closest name: beige
RGB
252, 235, 190
HSL
44°, 91%, 87%
CMYK
0, 7, 25, 1
Luminance
0.8383
Every format
| HEX | #fcebbe |
| RGB | rgb(252, 235, 190) |
| HSL | hsl(44, 91%, 87%) |
| CMYK | cmyk(0%, 7%, 25%, 1%) |
| LAB | lab(93.4 -1.1 24.0) |
| LCH | lch(93.4 24.0 92.5) |
| OKLCH | oklch(0.943 0.061 89.8) |
Copy-ready code
/* CSS */
color: #fcebbe;
background-color: #fcebbe;
/* Tailwind (arbitrary) */
class="text-[#fcebbe] bg-[#fcebbe]"
/* SCSS */
$brand: #fcebbe;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.745)
/* Android */
Color.parseColor("#fcebbe")Accessibility — WCAG contrast
Aa
#fcebbe on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcebbe on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow24.6%
Key (black)1.2%
Color previews
#fcebbe text on a black background
contrast 17.77:1
Card sample
#fcebbe text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcebbe;
Background color
Panel with #fcebbe background
background-color: #fcebbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcebbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcebbe; background: linear-gradient(135deg, #fcebbe, #E4FCBE);