#fcefca
a pale, electric yellow · warm · closest name: beige
RGB
252, 239, 202
HSL
44°, 89%, 89%
CMYK
0, 5, 20, 1
Luminance
0.8669
Every format
| HEX | #fcefca |
| RGB | rgb(252, 239, 202) |
| HSL | hsl(44, 89%, 89%) |
| CMYK | cmyk(0%, 5%, 20%, 1%) |
| LAB | lab(94.6 -1.4 19.5) |
| LCH | lch(94.6 19.6 94.1) |
| OKLCH | oklch(0.953 0.050 91.0) |
Copy-ready code
/* CSS */
color: #fcefca;
background-color: #fcefca;
/* Tailwind (arbitrary) */
class="text-[#fcefca] bg-[#fcefca]"
/* SCSS */
$brand: #fcefca;
/* SwiftUI */
Color(red: 0.988, green: 0.937, blue: 0.792)
/* Android */
Color.parseColor("#fcefca")Accessibility — WCAG contrast
Aa
#fcefca on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcefca on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.7%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow19.8%
Key (black)1.2%
Color previews
#fcefca text on a black background
contrast 18.34:1
Card sample
#fcefca text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcefca;
Background color
Panel with #fcefca background
background-color: #fcefca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcefca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 239, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 239, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcefca; background: linear-gradient(135deg, #fcefca, #E8FCCA);