#efdfbc
a light, vivid yellow · warm · closest name: beige
RGB
239, 223, 188
HSL
41°, 61%, 84%
CMYK
0, 7, 21, 6
Luminance
0.7476
Every format
| HEX | #efdfbc |
| RGB | rgb(239, 223, 188) |
| HSL | hsl(41, 61%, 84%) |
| CMYK | cmyk(0%, 7%, 21%, 6%) |
| LAB | lab(89.3 0.0 19.1) |
| LCH | lch(89.3 19.1 90.0) |
| OKLCH | oklch(0.908 0.049 86.3) |
Copy-ready code
/* CSS */
color: #efdfbc;
background-color: #efdfbc;
/* Tailwind (arbitrary) */
class="text-[#efdfbc] bg-[#efdfbc]"
/* SCSS */
$brand: #efdfbc;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#efdfbc")Accessibility — WCAG contrast
Aa
#efdfbc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdfbc on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow21.3%
Key (black)6.3%
Color previews
#efdfbc text on a black background
contrast 15.95:1
Card sample
#efdfbc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdfbc;
Background color
Panel with #efdfbc background
background-color: #efdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdfbc; background: linear-gradient(135deg, #efdfbc, #DDEFBC);