#fcebcb
a pale, electric orange · warm · closest name: beige
RGB
252, 235, 203
HSL
39°, 89%, 89%
CMYK
0, 7, 19, 1
Luminance
0.8442
Every format
| HEX | #fcebcb |
| RGB | rgb(252, 235, 203) |
| HSL | hsl(39, 89%, 89%) |
| CMYK | cmyk(0%, 7%, 19%, 1%) |
| LAB | lab(93.6 0.8 17.6) |
| LCH | lch(93.6 17.6 87.5) |
| OKLCH | oklch(0.946 0.046 83.3) |
Copy-ready code
/* CSS */
color: #fcebcb;
background-color: #fcebcb;
/* Tailwind (arbitrary) */
class="text-[#fcebcb] bg-[#fcebcb]"
/* SCSS */
$brand: #fcebcb;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.796)
/* Android */
Color.parseColor("#fcebcb")Accessibility — WCAG contrast
Aa
#fcebcb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcebcb on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow19.4%
Key (black)1.2%
Color previews
#fcebcb text on a black background
contrast 17.88:1
Card sample
#fcebcb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcebcb;
Background color
Panel with #fcebcb background
background-color: #fcebcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcebcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcebcb; background: linear-gradient(135deg, #fcebcb, #ECFCCB);