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