#fceeeb
a pale, vivid red · warm · closest name: white
RGB
252, 238, 235
HSL
11°, 74%, 96%
CMYK
0, 6, 7, 1
Luminance
0.8784
Every format
| HEX | #fceeeb |
| RGB | rgb(252, 238, 235) |
| HSL | hsl(11, 74%, 96%) |
| CMYK | cmyk(0%, 6%, 7%, 1%) |
| LAB | lab(95.1 4.2 3.1) |
| LCH | lch(95.1 5.3 36.7) |
| OKLCH | oklch(0.959 0.016 32.0) |
Copy-ready code
/* CSS */
color: #fceeeb;
background-color: #fceeeb;
/* Tailwind (arbitrary) */
class="text-[#fceeeb] bg-[#fceeeb]"
/* SCSS */
$brand: #fceeeb;
/* SwiftUI */
Color(red: 0.988, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#fceeeb")Accessibility — WCAG contrast
Aa
#fceeeb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceeeb on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow6.7%
Key (black)1.2%
Color previews
#fceeeb text on a black background
contrast 18.57:1
Card sample
#fceeeb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceeeb;
Background color
Panel with #fceeeb background
background-color: #fceeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceeeb; background: linear-gradient(135deg, #fceeeb, #FCF9EB);