#efdfcb
a pale, vivid orange · warm · closest name: beige
RGB
239, 223, 203
HSL
33°, 53%, 87%
CMYK
0, 7, 15, 6
Luminance
0.7544
Every format
| HEX | #efdfcb |
| RGB | rgb(239, 223, 203) |
| HSL | hsl(33, 53%, 87%) |
| CMYK | cmyk(0%, 7%, 15%, 6%) |
| LAB | lab(89.6 2.2 11.8) |
| LCH | lch(89.6 12.0 79.3) |
| OKLCH | oklch(0.911 0.032 73.5) |
Copy-ready code
/* CSS */
color: #efdfcb;
background-color: #efdfcb;
/* Tailwind (arbitrary) */
class="text-[#efdfcb] bg-[#efdfcb]"
/* SCSS */
$brand: #efdfcb;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.796)
/* Android */
Color.parseColor("#efdfcb")Accessibility — WCAG contrast
Aa
#efdfcb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdfcb on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow15.1%
Key (black)6.3%
Color previews
#efdfcb text on a black background
contrast 16.09:1
Card sample
#efdfcb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdfcb;
Background color
Panel with #efdfcb background
background-color: #efdfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdfcb; background: linear-gradient(135deg, #efdfcb, #E7EFCB);