#efdecf
a pale, vivid orange · warm · closest name: beige
RGB
239, 222, 207
HSL
28°, 50%, 88%
CMYK
0, 7, 13, 6
Luminance
0.7510
Every format
| HEX | #efdecf |
| RGB | rgb(239, 222, 207) |
| HSL | hsl(28, 50%, 88%) |
| CMYK | cmyk(0%, 7%, 13%, 6%) |
| LAB | lab(89.4 3.4 9.4) |
| LCH | lch(89.4 10.0 70.4) |
| OKLCH | oklch(0.910 0.028 63.9) |
Copy-ready code
/* CSS */
color: #efdecf;
background-color: #efdecf;
/* Tailwind (arbitrary) */
class="text-[#efdecf] bg-[#efdecf]"
/* SCSS */
$brand: #efdecf;
/* SwiftUI */
Color(red: 0.937, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#efdecf")Accessibility — WCAG contrast
Aa
#efdecf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdecf on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow13.4%
Key (black)6.3%
Color previews
#efdecf text on a black background
contrast 16.02:1
Card sample
#efdecf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdecf;
Background color
Panel with #efdecf background
background-color: #efdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdecf; background: linear-gradient(135deg, #efdecf, #EBEFCF);