#fceedf
a pale, electric orange · warm · closest name: ivory
RGB
252, 238, 223
HSL
31°, 83%, 93%
CMYK
0, 6, 12, 1
Luminance
0.8717
Every format
| HEX | #fceedf |
| RGB | rgb(252, 238, 223) |
| HSL | hsl(31, 83%, 93%) |
| CMYK | cmyk(0%, 6%, 12%, 1%) |
| LAB | lab(94.8 2.3 8.9) |
| LCH | lch(94.8 9.2 75.8) |
| OKLCH | oklch(0.956 0.025 69.4) |
Copy-ready code
/* CSS */
color: #fceedf;
background-color: #fceedf;
/* Tailwind (arbitrary) */
class="text-[#fceedf] bg-[#fceedf]"
/* SCSS */
$brand: #fceedf;
/* SwiftUI */
Color(red: 0.988, green: 0.933, blue: 0.875)
/* Android */
Color.parseColor("#fceedf")Accessibility — WCAG contrast
Aa
#fceedf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceedf on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow11.5%
Key (black)1.2%
Color previews
#fceedf text on a black background
contrast 18.43:1
Card sample
#fceedf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceedf;
Background color
Panel with #fceedf background
background-color: #fceedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 238, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 238, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceedf; background: linear-gradient(135deg, #fceedf, #F7FCDF);