#fcebcf
a pale, electric orange · warm · closest name: beige
RGB
252, 235, 207
HSL
37°, 88%, 90%
CMYK
0, 7, 18, 1
Luminance
0.8462
Every format
| HEX | #fcebcf |
| RGB | rgb(252, 235, 207) |
| HSL | hsl(37, 88%, 90%) |
| CMYK | cmyk(0%, 7%, 18%, 1%) |
| LAB | lab(93.7 1.3 15.7) |
| LCH | lch(93.7 15.7 85.1) |
| OKLCH | oklch(0.946 0.041 80.3) |
Copy-ready code
/* CSS */
color: #fcebcf;
background-color: #fcebcf;
/* Tailwind (arbitrary) */
class="text-[#fcebcf] bg-[#fcebcf]"
/* SCSS */
$brand: #fcebcf;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#fcebcf")Accessibility — WCAG contrast
Aa
#fcebcf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcebcf on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow17.9%
Key (black)1.2%
Color previews
#fcebcf text on a black background
contrast 17.92:1
Card sample
#fcebcf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcebcf;
Background color
Panel with #fcebcf background
background-color: #fcebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcebcf; background: linear-gradient(135deg, #fcebcf, #EFFCCF);