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