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