#fcecce
a pale, electric orange · warm · closest name: beige
RGB
252, 236, 206
HSL
39°, 89%, 90%
CMYK
0, 6, 18, 1
Luminance
0.8514
Every format
| HEX | #fcecce |
| RGB | rgb(252, 236, 206) |
| HSL | hsl(39, 89%, 90%) |
| CMYK | cmyk(0%, 6%, 18%, 1%) |
| LAB | lab(94.0 0.7 16.5) |
| LCH | lch(94.0 16.5 87.6) |
| OKLCH | oklch(0.948 0.043 83.2) |
Copy-ready code
/* CSS */
color: #fcecce;
background-color: #fcecce;
/* Tailwind (arbitrary) */
class="text-[#fcecce] bg-[#fcecce]"
/* SCSS */
$brand: #fcecce;
/* SwiftUI */
Color(red: 0.988, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#fcecce")Accessibility — WCAG contrast
Aa
#fcecce on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcecce on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow18.3%
Key (black)1.2%
Color previews
#fcecce text on a black background
contrast 18.03:1
Card sample
#fcecce text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcecce;
Background color
Panel with #fcecce background
background-color: #fcecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcecce; background: linear-gradient(135deg, #fcecce, #EDFCCE);