#fcf0da
a pale, electric orange · warm · closest name: beige
RGB
252, 240, 218
HSL
39°, 85%, 92%
CMYK
0, 5, 14, 1
Luminance
0.8808
Every format
| HEX | #fcf0da |
| RGB | rgb(252, 240, 218) |
| HSL | hsl(39, 85%, 92%) |
| CMYK | cmyk(0%, 5%, 14%, 1%) |
| LAB | lab(95.2 0.5 12.1) |
| LCH | lch(95.2 12.1 87.8) |
| OKLCH | oklch(0.959 0.032 82.8) |
Copy-ready code
/* CSS */
color: #fcf0da;
background-color: #fcf0da;
/* Tailwind (arbitrary) */
class="text-[#fcf0da] bg-[#fcf0da]"
/* SCSS */
$brand: #fcf0da;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.855)
/* Android */
Color.parseColor("#fcf0da")Accessibility — WCAG contrast
Aa
#fcf0da on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf0da on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow13.5%
Key (black)1.2%
Color previews
#fcf0da text on a black background
contrast 18.62:1
Card sample
#fcf0da text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf0da;
Background color
Panel with #fcf0da background
background-color: #fcf0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf0da; background: linear-gradient(135deg, #fcf0da, #F1FCDA);